body {
  background-color: #000000;
  font-family: Verdana;
  font-size: 11px;
  color: #ffffff;
  width: 750px;
  margin: 0 auto;
}
div#container {
  position: absolute;
  margin-top: 127px;
}
div#header {
  float: left;
  background-image: url('logo.png');
  width: 807px;
  height: 507px;
  z-index: -50;
}
#button {
  background-color: #000000;
  border: 1px solid #ffffff;
  border-right: 0px solid;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  padding: 2px 2px 2px 2px;
  width: 100px;
  display: block;
  text-transform: uppercase; 
  margin-bottom: 22px;
  margin-top: 15px;
}
#button:hover {
  background-color: #ffffff;
  color: #000000;
  font-size: 11px;
}
div#nav {
  float: left;
  width: 106px;
  margin-left: -105px;
}
div#content {
  width: 700px;
  overflow: visible;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
  color: black;
                /* for IE */
  filter: alpha(opacity=85);
                /* CSS3 standard */
  opacity: 0.85;
}
