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

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


html, body {

	height:100%;
}

body  {

	background-color:#222;
	text-align:center;
	margin:0px;

}

#distance  {

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

}
                         /* hier der alles umfassende Container */

#content  {


	margin-left:auto;
	margin-right:auto;
	position:relative;    /* container vor distance */
	height:768px;
	width:1024px;
	background-color:#fff;
	text-align:left;
	clear:left;
}
