
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #FFC;
	margin:0px;
}
#distance {
	border:0px;
	width:1px;
	height:50%;
	margin-bottom:-302px; /* halbe container höhe */
	float:left;
}
#content {
	margin:0 auto;
	position:relative; /*container vor distance */
	height:604px;
	width:950px;
	text-align:left;
	clear:left;
	overflow:hidden;
}
