body{
      background-color : #000000;
      color : #CCCCCC;
}

a{
	color: #FF0000;
	text-decoration:none
}
a:hover{
	color: #FF0000;
}

#inhalt {
	position:absolute;
	width:430px;
	margin:-100px 0px 0px -230px;
	top: 50%;
	left: 50%;
	text-align: center;
	padding: 0px;
	backgroundr: transparent;
	overflow: auto;
}