@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 20px;
	color: #210202;
	background-color:#FBF7F7;
}

#container { width: 1080px;
			margin: 32px 32px 32px 32px;
			position: relative;
			background-color:#EDEDED;}

header {background-color: #FFFFFF;
		}

h1 {font-family: Dancing Script;
	margin-top: 32px;
	line-height: 20px;}
