  body
  {
    background-color: #000000;
    margin: auto;
    text-align: center;
    font-family: Arial;
  }
  
  #container
  {
    width: 900px;
    height: 930px;
    display: block;
    margin: auto;
    text-align: left;
    position: relative;
  }

  #header
  {
    background-image: url('../images/gradient-header.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 256px;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 0;
  }

  #header .reel
  {
    left: 15px;
    top: 25px;
    width: 171px;
    height: 38px;
    position: absolute;
    z-index: 2;
  }

  
  #header .logo
  {
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: right middle;
    left: 100px;
    top: 45px;
    width: 171px;
    height: 38px;
    position: absolute;
    z-index: 2;
  }
  
  #navlinks
  {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 140px;
    left: 0px;
    background-color: #000000;
    display: block;
    z-index: 2;
  }
  
  #navlinks img
  {
    border: 0;
  }
  
  #navlinks ul
  {
    margin: 0;
    padding: 10px 0 0 200px;
    list-style-type: none;
  }
  
  #navlinks li
  {
    list-style-type: none;
    float: left;
    margin: 0 40px 0 40px;
  }
  
  #navlinks a
  {
    display: block;
    padding: 0 0 0 30px;
    background-image: url('../images/menulink-dot.png');
    background-repeat: no-repeat;
    background-position: 20px 10px;
  }

  #navlinks a:hover
  {
    background-image: url('../images/menulink-dot-selected.png');
  }
  
  
  #body-section
  {
    position: absolute;
    left: 22px;
    top: 213px;
    width: 860px;
    height: 574px;
    background-image: url('../images/main-content.png');
    background-repeat: no-repeat;
    z-index: 2;
  }
  
  #maincontent
  {
    width: 860px;
    height: 608px;
    float: left;
    position: relative;
    display: block;
    
    color: #ffffff;
    font-size: 12px;
  }
  
  #maincontent-content
  {
    position: absolute;
    top: 44px;
    right: 10px;
    width: 200px;
    height: 590px;

    color: #ffffff;
    overflow: auto;
  }
  
  #maincontent-content a
  {
    color: white;
  }

  #maincontent-content a:hover
  {
    color: yellow;
  }
  
  
  #maincontent-video
  {
    position: absolute;
    top: 44px;
    left: 25px;
    width: 600px;
    height: 400px;
    background-color: #000000;
  }
  
  #footer
  {
    background-image: url('../images/gradient-footer.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 298px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: 0;
  }
  
  #footer-content
  {
    width: 850px;
    height: 190px;
    overflow: auto;
    float: left;
    margin: 100px 25px 0 25px;

    color: #ffffff;
    font-size: 12px;
  }
