	/* Reset */
	
	html, body, h1, h2, h3, h4, h5, h6, p, span, a, ul, ol, li, div, 
	img, form, fieldset, input, textarea, select, label, table, tr, td, th { 
		margin:0; 
		padding:0;
		}
	
	img, fieldset { border:0; }
	
	body {
		background-color:#E7E8EA;
		color:#313131;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:62.5%;
		vertical-align: baseline;
		}