html {
  height:100%;
}

body {
  background-color: white;
  background-position: bottom left; 
  background-image: url(../afbeeldingen/oogenlust-background.jpg); 
  background-repeat: repeat-x;  
}
* {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: medium; color: #CCC;};

a         { color: #CCC;    text-decoration: none;} 
a:hover   { color: #6C8A28; text-decoration: none; }

#wrapper {
  position: relative;
  width: 750px;
  margin: 0 auto;
  text-align: center;
}

#linknl {
 position: absolute;
 left: 0px;
 top: 225px;
}

#coverfoto { 
  border: 0px;
  width: 450px;
  height: 450px
 }
  

#linkuk {
 position: absolute;
 right: 0px;
 top: 225px
}

#footer {
  width: 95%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}

img.footer-image {
  width:339px;
  height:90px;
  border:0px;
}


