#wrapper {
  width: 1024px;
  height: 768px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
}






body {
  font-family: Verdana;
}

#logo_top {
  text-transform: uppercase;
  line-height: 50px;
  font-weight: bold;
  margin-left: 7px;
  letter-spacing: 8px;
  font-size: 72px;
}


a {
  color: #ff9933;
}
a img {
  border-width: 0px;
}

h1 {
  margin: 0px;
  text-transform: uppercase;
  font-size: 20px;
}
h2 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
h3 {
  margin: 0px 0px -8px;
  text-transform: uppercase;
}
hr {
  float: right;
  position: absolute;
  height: 608px;
  width: 1px;
  margin-top: 16px;
  margin-left: 248px;
  color: black;
}
