/* CSS Document */
body {
	background: #eeeeee url(bg_body_in.png) center no-repeat;
	}

#distance { 
	width:20px;
	height:50%;
	background:none;
	margin-bottom:-250px; /* half of container's height */
	float:left;
	}

#container {
	position:relative;
	margin: 0px auto;
	width:980px;
	min-height: 500px;
	height:auto !important; /* moderne Browser */
	height:500px; /* IE */
	clear:left;
	background: #fff;
	border: 1px solid #fff;
	}
	
#footerwrap #footer {
	background: #fff url(bg_footer_in.png) left no-repeat;
	padding: 0px 20px 0px 230px;
	}

#flashcontent {
	position:absolute;
	width: 980px;
	height:330px;
	z-index: 1;
	left:0px;
	top: 0px;
	background: #fff;
}

div#menucomplete {
	left:0px;
	}	

