	* {		margin:0;		padding:0;		}	html, body {		height:100%;		}	body {		background-color:352d21;		color:#352d21;		font:100.01%/1.4 sans-serif;		text-align:center; /* horizontal centering for IE Win quirks */		}#container {	margin:0 auto;	position:relative; /* puts container in front of distance */	text-align:left;	height:656px;	width:888px;	clear:left;	border: 1px solid 352d21;	}	#distance { 		width:1px;		height:5%;		background-color:#352d21;		float:left;}
