html, body {
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  background: #230035 url('../img/topbar.jpg') repeat-x top center;
  font-family: Verdana;
  font-size: 14px;
}

#container {
  width: 800px;
  margin: 0 auto;
}

#top {
  height: 138px;
  width: 100%;
  position: relative;
  z-index: 50;
}

  #menuBackground {
    position: absolute;
    top: 108px;
    right: 0;
    background: #000dff;
    width: 800px;
    height: 30px;
    margin: 0;
    padding: 0;
  }

  #header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 178px;
    background: url('../img/logo.png') no-repeat;
  }
    
    #header a {
      display: block;
      height: 138px;
      width: 795px;
      text-indent: -9999px;
    }
  
  #menu {
    position: absolute;
    top: 108px;
    right: 0;
    width: 600px;
    height: 30px;
    margin: 0;
    padding: 0;
  }
  
    #menu a {
      color: #fff;
      text-decoration: none;
    }
  
    #menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    
    #menu li {
      margin: 0 15px;
      padding: 0 5px;
      float: left;
      height: 30px;
      line-height: 30px;
    }
    
    #menu li.hover {
      background: #fff;
    }
    
    #menu li.hover a {
      color: #000dff;
    }
    
#content {
  color: #000;
  width: 800px;
  height: 480px;
  background: url('../img/contentbglight.jpg');
  overflow: hidden;
}

#contentInner {
  padding-top: 0;
  overflow: auto;
  width: 800px;
  height: 480px;
}

  #content h1 {
    padding: 38px 25px 44px 25px;
    margin: 0;
    width: 126px;
    text-align: center;
    font-family: Verdana;
    font-weight: normal;
    font-size: 28px;
    background: url('../img/header.png') no-repeat;
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
  }
    
#shade {
  background: url('../img/shade.png') repeat-x top center;
  height: 6px;
  width: 800px;
  position: absolute;
  z-index: 49;
}

