html, body {height:100%;}
BODY   {color:#1d1d1d;  background: #58473f url(../images/bg.jpg) repeat top center;  font: normal 75% "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif; margin: 0; padding:0; 	text-align:center;}

#distance { 
		width:1px;
		height:50%;
		margin-bottom:-176px; /* half of container's height */
		float:left;
		}
#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		width:352px;
		height:352px;
		clear:left;
		}

IMG    {border:none; display: block; margin:0px;}
