body {
  background-image: url('background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 105% 120%;
  font-family: Verdana;
  font-size: 14px;
  z-index: -1;
}
div.header { 
  position: absolute;
  z-index: 3;
  height: 275px;
  width: 98%;
  overflow: hidden;
}
div.links { 
  position: absolute;
  left: 25px;
  top: 275px;
  width: 205px;
  height: 450px;
  z-index: 1;
  border: solid 2px;
  border-color: #669999;
}
div.info {
  position: absolute;
  left: 250px;
  top: 275px;
  width: 700px;
  height: 450px;
  z-index: 2;
  border: solid 2px;
  border-color: #669999;
  background-color: #000000;
}
div.content{
  position: absolute;
  width: 690px;
  #width: 696px;
  _width: 696px;
  height: 440px;
  #height: 446px;
  _height: 446px;
  overflow: auto;
  z-index: 3;
  padding: 5px;
}
img.daft {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -1
}
div.copyright{
  position: absolute;
  top: 750px;
  width: 600px;
  height: 75px;
  overflow: auto;
  z-index: 3;
  padding: 5px;
}
