html, body {
	height: 100%;        
}
body {
	text-align: center;   
	padding: 0;           
	margin: 0; 
	background-color: black;           
}
div#distance { 
	margin-bottom: -307px; 
	background: black;      
	width: 1px;           
	height: 50%;          
	float: left;          

}
div#content {
	position: relative;   
	text-align: left;     
	height: 614px;         
	width: 576px;          
	background: black;     
	margin: 0 auto;       
	clear: left;          
}