*{
border: 0;
margin: 0;
padding: 0;
}
body{
background: #7d1a1a;
font: 11px "Trebuchet MS";
color: #ffffff;
}
a{
font: bold 12px verdana;
color: #ffffff;	
}
hr{
background: #eee600;
width: 750px;
height: 5px;
margin: 3px 0 3px;
}
#hoofd{
width: 750px;
left: 50%;
margin-left: -375px;
position: absolute;
border: 1px solid #000000;
}
#header{
background: url(header.jpg) no-repeat;
width: 750px;
height: 200px;
}
#txt{
display: none;	
}
#txt h1{
color: #000000;	
}
#main{
width: 750px;
background: #000000;
text-align: center;
}
#links, #rechts{
float: left;
margin: 5px 0 0 20px;
}
#extra{
clear: both;
}