html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

body {
  background: #242a2c;
  font-size: 12px;
  font-family: "Trebuchet MS",Arial,sans-serif;]
}

img {
  border: 0px;
}

#promo-page {
  position: relative;
  background: url('/images/promo.png');
  width: 883px;
  height: 534px;
}

#promo-text {
  color: #A0A0A0;
  width: 800px;
  margin: 20px 0px;
  text-align: left;
}

div.menu {
  width: 239px;
  overflow: hidden;
  vertical-align: top;
  position: absolute;
  top: 220px;
  left: 80px;
  padding-top: 10px;
}


div.menu a.menu {
  text-align: left;
  display: block;
  font-size: 21px;
  text-decoration: none;
  font-weight: bold;
  height: 27px;
  color: white;
  margin-left: 10px;
}