body {
   text-align:center;
   background-color: red;
   width: 800px;
   margin:0 auto;
   font-family: "Comic Sans MS";

}

.header {
   background:url(images/top4.png) no-repeat center;
   height:132px;
   text-align:center;
   /* position: relative; */
}

.tekst{
   width: 600px;
   padding: 0 100px 0 100px;
   /* text-align: center; */
}

.main {
   background:url(images/lijn.png) repeat-y center;
   text-align:center;
   position: relative;
}

.footer {
   background:url(images/bottom3.png) no-repeat center;
   height:267px;
   text-align:center;
   font-family : Verdana;
   font-size: 9px;
   font-stretch: extra-expanded;
   position: relative;
}

#logo{
   text-align:left;
   font-family: verdana;
   font-size: 22px;
   font-stretch: expanded;
   position: relative;
   float: left;
}


