* {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
html, body {
	height:100%;
}
body {
	margin:0px;

}
/*für Opera*/
html>body {
	font-size:small;
}
#distance {
	border:0px;
	width:0px;
	height:50%;
	margin-bottom:-475px; /* halbe container höhe */
	float:left;
}

#content {
	margin:0 auto;
	position:static; /*container vor distance */
	height:950px;
	width:950px;
	text-align:center;
	clear:left;
	overflow:auto;
	background-color:#FFF
	
}
