* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background-color: #FFFFFF;
	color: #000;
	text-align: center;/* horizontal centering for IE Win quirks */
	font-family: Verdana;
	font-size: 11px;
}
#distance {
	width:1px;
	height:50%;
	margin-bottom:-310px; /* half of container's height */
	float:left;
}
#container {
	margin:0 auto;
	background-color: white;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width: 1000px;
	height: 620px;
	margin-left: auto;
	margin-right: auto;
	clear:left;
}
