@charset "ISO-8859-1";* {	margin:0;	padding:0;}html, body {	height:100%;	text-align:center; /* horizontal centering for IE Win quirks */	background:#FFFFFF;	margin: 0px;}#distance {	width:100%;	height:50%;	margin-bottom:-350px; /* half of container's height */	float:left;}#container_bg {	position:relative; /* puts container in front of distance */	text-align:center;	height:700px;	width:100%;	vertical-align: middle;	margin: 0;	clear: left;}
