#header {
  background: url(header.jpg) no-repeat fixed;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 180px;
}
#address {
  position: absolute;
  Font-family: arial, helv, helvetica, sans-serif;
  top: 100px;
  left: 170px;
  width: 600px;
  height: 500px;
}
#content {
  background: #fff;
  position: absolute;
  top: 200px;
  left: 20px;
  width: 650px;
  height: 500px;
}
#footer {
  background: #040404;
  position: absolute;
  text-align: center;
  font-size: 8pt;
  color: silver;
  top: 600px;
  left: 0px;
  width: 100%;
  height: 100px;
}
