html,body {
margin: 0 auto;
text-align:center;
background-color:#eaeaea;
}

#container{
margin: 0 auto;
text-align:left;
width:1000px;
background-color:#ffffff;
min-height:100%;
border-bottom: #c9c9c9 1px solid;
border-right: #c9c9c9 1px solid;
}

#header{
width:1000px;
height:162px;
background-image:url(beperktonline.nl.png);
}

#content { 
width: 995px;
padding-left:5px;
font-family: verdana;
font-size:11px;
float:left;
background-color:#ffffff;
border-bottom: #c9c9c9 1px solid;
border-right: #c9c9c9 1px solid;

}