html, body 
{
  background-color: #3b2313;
  height: 100%;
}

body 
{
  font-family: Arial, sans-serif;
  color: #666666;
  font-size: 10px;
  margin: 0;
}

a, a:visited, a:active, a:hover
{
  color: #e97900;
  text-decoration: none;
}

#body-container {
  width: 900px;
  margin: 0px;
  padding: 0px 0 0 0;
  background-color: white;
}

#header
{
  width: 800px;
  height: 131px;
  margin-bottom: 24px;
}

#videoblock
{
  width: 774px;
  height: auto;
  background-image: url(../images/videoblock.jpg);
  padding-top: 63px;
  padding-left: 26px;
  margin-bottom: 24px;
  text-align: left;
  background-repeat: no-repeat;
  background-color: #EAEAEA;
}

#video
{
  margin-bottom: 5px;
}

#bannerblock
{
  width: 774px;
  height: 843px;
  background-image: url(../images/bannerblock.jpg);
  background-repeat: no-repeat;
  padding-top: 61px;
  padding-left: 26px;
  text-align: left;
  margin-bottom: 10px;
}

#ad
{
  float: left;
  margin-bottom: 20px;
  
}

#footer
{
  width: 774px;
  height: 40px;
  margin-bottom: 24px;
  
}