* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	background-color:#FFF;
}
body {
	text-align:center;
	margin:0px;
}
#distance {
	width:1px;
	height:50%;
	margin-bottom:-300px; /* halbe container höhe */
	float:left;
}
#content {
	margin:0px auto;
	position:relative; /*container vor distance */
	height:600px;
	width:960px;
	background-color:#FFF;
	background-image:url(../images/hintergrundHTML.jpg);
	background-repeat:no-repeat;
	text-align:left;
	clear:left;
	overflow:hidden;
}