/* CSS Document */

* {	
	padding:0px;
	margin:0px;
}
html {
	height:100%;
}
body {
	height:100%;
	background-color:#fff;
}
.preload {
	background:url(daten/office_over.gif);
}
#distance {
	float:left;
	width:1px;
	height:50%;
	margin-bottom:-225px;
	background-color:#fff;
}
#container {
	clear:left;
	margin:0px auto;
	width:600px;
	position:relative;
	height:450px;
	background-color:#fff;
}
#content {
	position:relative;
	width:600px;
	height:450px;
	text-align:center;
	border:1px solid #d7d7d7;
	background-color:#fff;
}