#dieteru {
	position:absolute;
	width:800px;
	height:600px;
	margin-left:-469;
	margin-top:-283;
	top:50%;
	left:50%;
}

#header {
	background-image:url(images/header.JPG);
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:100px;
}

#menu {
	background-color:black;
	position:absolute;
	left:0px;
	top:100px;
	width:800px;
	height:20px;
	
}

#menu a, #menu a:link, #menu a:visited {
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #fff;
	background: #000;
	
}
#menu a:hover, #menu a:focus {background: #6804C6; outline: none;color:white;}


#box {
	background-color:white;
	position:absolute;
	left:0px;
	top:120px;
	width:646px;
	height:470px;
}

#spacer {
	background-color:white;
	position:absolute;
	left:646px;
	top:120px;
	width:2px;
	height:470px;
}
	
#shoutbox {
	background-color:#C5C5C5;
	position:absolute;
	left:648px;
	top:120px;
	width:152px;
	height:470px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-align: right;
}


#footer {
	background-color:#C5C5C5;
	position:absolute;
	left:0px;
	top:590px;
	width:800px;
	height:10px;
	FONT-SIZE: 10px;
}
