		* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#6f93b6; /* hintergrundfarbe eintragen */
		/*background-image:url(../grfx/pattern.jpg);
		background-repeat:repeat-x; */
		}
		
		#distance { 
		width:1px;
		height:50%;
		margin-bottom:-482px; /* negative halbe hˆhe des hintergrundbilds angeben */
		float:left;
		}	
		

	

	#container {
		margin:0 auto;
		position: relative;
		text-align:left;
		width:1000px; /* breite des hintergrundbilds angeben */
		height:964px; /* hˆhe des hintergrundbilds angeben */
		clear:left;
	
}
