*{
margin: 0;
padding: 0;
}	

body { height: 100%; font: 95% Verdana, Arial, Helvetica, sans-serif; color: #363535; background-color: #fff; }

a { color: #363535; font-size: 8pt; text-decoration: none; }

a:hover { color: #666666; }


ul {
list-style-type: none;

}

#distance { 
		width:1px;
		height:50%;
		
		margin-bottom:-308px; /* half of container's height */
		float:left;
		}
#container { background-color: #fff; position:relative; /* puts container in front of distance */
		text-align:left; height:311.6px; width:100%; visibility: visible; clear:left; border-color: #fff #fff #fff #fff; border-style: solid; border-width: 1px; }



#main { height: 347px; width: 518px; left: 253px; top: 120px; position: absolute; visibility: visible; background-color: #dddfe1; }

