* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	background:#183242;
}
body {
	margin:0px;
}
/*für Opera*/
html>body {
	font-size:12px;
}
#distance {
	border:0px;
	width:1px;
	height:50%;
	margin-bottom:-380px; /* halbe container höhe */
	float:left;
}
#content {
	margin:0 auto;
	position:relative; /*container vor distance */
	height:720px;
	width:980px;
	text-align:left;
	clear:left;
	/*border:1px solid black;*/
	background-color:#fff;
}
