@charset "utf-8";
/* CSS Document */

* {
   margin:0px;
   padding:0px;
   
   }


html, body {

	height:100%;
}

body  {

	background-color:#fff;
	text-align:center;
	margin:0px;
    overflow: hidden; 

}

#distance  {

	border:0px;
	width:1px;
	height:50%;
	margin-bottom:-250px; /* halbe content height */
	float:left;
	

}

#first_content {
    position: relative;
    height: 500px;
    width: 900px;
    margin-left:auto;
	margin-right:auto;
	position:relative;
	
}

                         /* hier der alles umfassende Container */

#content  {
	
	position:relative;    /* container vor distance */
	height:500px;
	width:100%;
	 background-image: url(../images/main_bg.jpg);
	 background-repeat: no-repeat;
	text-align:left;
	clear:left;
	overflow: hidden; 
	
}
