html, body
{ 
	margin:50px 0px; 
	padding:0px; 
	text-align: center; 
	background-color: #000000;
} 

#intro
{ 
	margin:0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em; 
	border-top: 2px ridge #440000;
	border-bottom: 2px ridge #440000;	
	background-color: #000000;
} 

#links
{
float: left;
width: 50%;
height: 600px;
position: absolute;
}

#rechts
{
float: right;
width: 50%;
height: 50%;
position: absolute;
}

