html, body {
	height:100%;
}
body {
	text-align:center; /* horizontal centering for IE Win quirks */
	font:100.01%/1.4 sans-serif;
}
#distance {
	width:1px;
	height:50%;
	margin-bottom:-295px; /* half of container's height */
	float:left;
}
#container{
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	clear:left;
}
