html,
body {
   width : 100% ;
   height : 100% ;
}

body {
  margin : 0px ;
  background : #696 ;
}

#holder {
  background : url("achtergrond.gif") ;
  width : 800px ;
  margin : auto ;
}

table {
  width : 100% ;
  height : 100% ;
}

#hoofding {
  position : relative ;
  width : 780px ;
  height : 200px ;
  background : url("houtstapel.jpg") ;
  margin : auto ;
}

#main {
  position : relative ;
  width : 780px ;
  background : #363 ;
  margin : auto ;
}

#main_links {
  position : relative ;
  float : left ;
  width : 340px ;
  text-align : right ;
}

ul {
  font-size : 50px;
  list-style-type : none ;
  color : #696 ;
}

li {
  font-size : 30px ;
}

#main_rechts {
  position : relative ;
  float : right ;
  width : 360px ;
  text-align : center ;
}

#contact {
  clear : both ;
  text-align : center ;
  font-size : 20px ;
  color : #696 ;
}

#btw {
  text-align : center ;
  font-size : 10px ;
  color : #696 ;
}

#footer {
  background : #252 ;
  margin-top : 20px ;
  font-size : 12px ;
  color : #222 ;
}

a,
a:hover,
a:visited,
a:active {
  text-decoration : none ;
  color : #222 ;
}
