html, body {height:100%;}

body {
	background-color:#fff;
	color:#000000;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-325px; /* half of container's height */
}
hr {
	display: none;
}


#box {
	position:relative;
	text-align:left;
	height:650px;
	clear:left;
	width:950px;
	padding: 0px;
	margin: 0 auto;
}

