#distance { 
		width:1px;
		height:50%;
		margin-bottom:-300px; /* Halbe Höhe vom container */
		float:left;
                }
#container {
		margin:0 auto;
		position:relative; 
		height:600px;
		width:800px;
		clear:left;
		}
