body {
margin: 0;
padding: 0;
background-color: #c0c698;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#container {
width: 1024px;
height: 768px;
margin: 0px auto;
background: #c0c698 url() no-repeat top left;
z-index: 2;
position: relative;
}

#logo {
height: 498px;
width: 110px;
margin-top: 100px;
z-index: 1;
position: absolute;
right: 0px;
background-image: url(http://www.paulversteegenproductions.nl/web2/logo_rechts.png);
}

#content {
width: 1024px;
height: 768px;
margin: 0px auto;
background: #c0c698 url() no-repeat top left;
padding: 0px 0px;
text-align: center;
border: 1px solid #000;
position: absolute;
}

#links {
width: 1024px;
height: 15px;
margin: 3px auto;
text-align: center;
position: relative;
z-index: 3;
}

#disclaimer {
text-align: right;
font-size: 9px;
color: #998f71;
padding-bottom: 5px;
width: 1026px;
height: 10px;
margin: 0px auto;
}

#disclaimer a {
font-size:9px;
color: #998f71;
}

#disclaimer a:hover {
text-decoration: underline;
color: #000000;
}

a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration: none;
color: #000;
}

a:hover {
text-decoration: underline;
}