
body{
text-align: center;
margin: 0; 
padding: 0;
background-image: url(img/bgb.png);
background-attachment:fixed;
}

#totaal{
	text-align: center;
    width: 400px;
	height: 500px;
	margin: 0 auto;
	border: 1px solid #000;
	background-image: url(img/layout.png);	
}

#banner{
    width: 400px;
    height: 338px;
}

body {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif, verdana;
   font-size: 14px;
   color: #000000;
   margin:10px;
   text-decoration: none; }
  
h3 {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif, verdana;
   font-size: 17px;
   color: #000;
   font-weight:bold;
   margin:10px;
   text-decoration: none; }
   
h4 {
   color: #000;
   margin:0px;
   }
   
h5 {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif, verdana;
   font-size: 15px;
   color: #000;
   margin:0px;
   text-decoration: none; 
   }
   
h6 {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif, verdana;
   font-size: 12px;
   color: #000;
   margin:10px;
   text-decoration: none; }
   
   
small {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif, verdana;
   font-size: 9px;
   color: #363636;
   margin:10px;
   text-decoration: none; }
   

