body {
	background-color: #473833;
	height:100%;
	min-height:100%;
	width:100%;
	text-align: center;  /* nur für alte Browser */

}
#container{
margin-top:20%;
	height:100%;
	min-height:100%;
	width:100%;
 }
#main{
position:relative;
width:1066px;
height:544px;
margin:auto;

}
#left,right{
background-color:#CCCCCC;
width:auto;
position:relative;
margin:auto;

}

