/*RESET*/
/*microclearfix hack :: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before,.cf:after { content: " "; display: table;}
.cf:after {  clear: both; }
.cf { *zoom: 1; }
/*so older browsers get the new HTML 5 tags right*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
	color: #A1BEC9;
}

/* Additional Layout*/
body {
	background-color: white;
	margin:25px;
	font-family: Helvetica, Arial, sans-serif;
	color:black;
}
#container { 
	background-color:white; 
	width:900px;
	margin:auto;
	padding:25px;
	border-radius:5px;
}

h1 { 
	font-family: Arial, sans-serif; 
	font-size:60px; 
	text-align:center;  
	font-style: italic;
