html  {height:100%;}

body { 
	overflow:auto; 
	padding:0; margin:0; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 9pt;   
	height:100%;
	text-align:center;
	background-color: black;
}


#distance {		
	width:100px;
	height:50%;
	margin-bottom:-240px; /* half of container's height */
	float:left;                    	
}   

#container { 
     width:600px;  
     margin:0px;
	margin:0 auto;
	border: 1px solid white;
  	position:relative; /* puts container in front of distance */
	clear:left;
}

#hw-Player-vers	{
	margin:0 auto;
	width: 400px;
	color: #aaa;
	padding-top: 50px;
}
