
.hide { display: block; }
/* Structure and Layout
--------------------------------------- */
html {/*overflow-y: scroll;*/ min-height: 101%;}

body,li,p {
	background-color: #fff 
	color: #555;
	text-align: left;
	font-size: 81.25%;
	line-height: 1.4615em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;  
	}
 