body {
	margin:0px;
	padding:0px;
	
	background-color:#7F806B;
}

.pageContainer {
	width:1000px;
	height:584px;

	position:absolute;

	left:50%;
	top:50%;
	
	margin-left:-496px;
	margin-top:-290px;
	
	padding:0px;
	
	background-color:#fff;	
	background-image:url(../img/screendesign/bg.jpg);
}

div#head {
	width:992px;
	height:24px;
}

div#header {
	width:992px;
	height:48px;
}

div#contentContainer {
	width:992px;
	height:391px;
	
	overflow:hidden;
}

div#balken {
	width:992px;
	height:41px;
	background-image:url(/img/screendesign/bg_balken.jpg);
}

div#footer {	
	width:960px;
	height:40px;
	
	padding-left:32px;
	padding-top:32px;
	
	background-image:url(/img/screendesign/bg_footer.jpg);
}
