html { 
height: 100%;
width: 100%; 
overflow-x:hidden;
overflow-y:auto;
}

body { 
background-color: #9B0032; 
margin: 0px; 
padding: 0px; 
height: 100%;
width: 100%;  
border-top: 1px; 
}

.background { 
height: 100%; 
z-index: -2; 
float:right; 
}

.leeg { 
position:absolute;
left:200px;
height: 100%; 
width: 100%;
z-index: 2; 
position : absolute;
}

#menu {
position : absolute;
top : 0%;
height: 50%; 
z-index: 3; 
float:left;

padding: 30px 0px 0px 40px;
margin : 0px 0px 0px 0px;
}

#info {
position : absolute;
bottom : 0px;
height: 250px; 
z-index: 3; 
float:left;
width: 400px;
padding: 0px 0px 0px 40px;  
}

h1 { 
color : white;
font-family : bodoni;
font-size : 20pt;
font-weight : bold;
margin : 0px 0px 10px 0px;
padding : 0px 0px 0px 0px;
}

.small {
font-size : 10pt;
color : white;
}

.post {
margin : 0px 0px 0px 0px;
padding : 0px 0px 0px 0px;
color : #C36684;
font-family : bodoni;
font-size : 9pt;
font-weight : normal;
line-height : 150%;
}

p {
margin : 0px 0px 0px 71px;
padding : 0px 0px 0px 0px;
color : #C36684;
font-family : bodoni;
font-size : 9pt;
font-weight : normal;
line-height : 150%;
}

a {
color : #C36684;
font-family : bodoni;
font-size : 18pt;
font-weight : normal;
margin : 0px 0px 0px 0px;
padding : 0px 0px 0px 0px;
text-decoration : none;
line-height : 150%;
}

a:hover {
color : #ffffff;
}

/* preload class */
.hidden {
visibility:hidden;
width : 1px;
height : 1px;
}