@charset "utf-8";

body {
   background: url(images/bg.gif);
   background-repeat: repeat-x;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   font-size: 12px;
}

#content {
   background: url(images/content.gif);
   background-repeat: no-repeat;
   height: 420px;
   width: 478px;
   vertical-align: text-top;
}

#afbeelding {
   background: url(images/afbeelding.gif);
   background-repeat: no-repeat;
   height: 420px;
   width: 291px;
}

h1 {
   font-size: 16px;
}

a {
   color: #FFFFFF;
   font-weight: bold;
}

.tekst {
   margin-left: 35px;
}