#content {
	position: absolute; 
	top: 0px;
	left: 50%;
	min-height: 100%; 
	height: auto !important;
	height: 100%;
	width: 840px;
	z-index: 2;	
	background-color: #ffffff;
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-left: -450px;/*helft van complete breedte voor center*/
}