body {
  background-color: #000000;
  background-image: url(http://www.hbvk.com/ct/henk-jenny.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 21 bottom;
}
div.content {
  position: absolute;
  background-color: white;
  left: 200;
  top: 267;
  width: 800;
  display: block;
}
div.header {
  position: absolute;
  background: black url(http://www.henkandjenny.com/header1.jpg) no-repeat;
  left: 200;
  top: 0;
  width: 800;
  height: 275;
  display: block;
}
.content h1,.content h2,.content h3,.content p,.content img {
  margin: 25;
}
.header a {
  text-decoration: none;
  color: white;
  margin-left: 25;
  font-family: arial;
  font-size: 20;
}
.header a:visited {
  color: white;
} 

.header a:hover {
  color:red; text-decoration:underline;
}
a{
  text-decoration: none
}

a:visited {
  color:blue
} 

a:hover {
  color:red; text-decoration:underline;
}
@media print {
  div.left, div.header, div.header-ad {
    display: none
  }
  div.content {
    margin:0,0,0,0;
    width:100%;
    left: 0;
    top: 0;
  }
  #main {
    margin:0,0,0,0;
    width:100%;
    left: 0;
  top: 0;
  }
}
