BODY {
  background-color:#000000;
  color: #cccccc;
  margin: 0px;
}

#inhalt { 	
  position:absolute;
  height:500px; 
  width:850px;
  margin:-255px 0px 0px -430px;
  top: 50%; 
  left: 50%;
  padding: 0px;
  overflow: auto;
}

#footer 
	{
	font-size: 9px;
	color:#333333;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 100%;

	}
