body { 
padding: 0;
margin: 0;
background-color: black; 

/* text-align: center; /* voor IE */
}


#container { 
margin-left: auto;
margin-right: auto;
width: 900px;
height: 800px;
}

#header {
width: 900px;
height: 120px;

}

#inhoud {
background-image: url(img/background.jpg);
background-repeat: no-repeat;
width: 800px;
height: 100%;
padding: 50px;

}

p {
font-family: Tahoma, Trebuchette, Verdana, Arial, Helvetica;
font-size: 12px; 
font-weight: normal;
text-align: justify;
}

h1 {
font-family: Tahoma, Trebuchette, Verdana, Arial, Helvetica;
font-size: 16px; 
font-weight: bold;
}

h2 {
font-family: Tahoma, Trebuchette, Verdana, Arial, Helvetica;
font-size: 12px; 
font-weight: bold;
margin: 0; 
}

table {
font-family: Tahoma, Trebuchette, Verdana, Arial, Helvetica;
font-size: 12px; 
}

a:link { }
a:visited { }
a:hover { }

