* { 
  font-family: arial, helvetica, sans-serif;
  padding: 0;
  margin: 0;
}

BODY { 
  background: black url(bg.jpg) center top no-repeat;
}

div#container { 
  width: 800px;
  height: 600px;
  position: relative;
  left: 50%;
  margin-left: -400px;
  margin-top: 60px;
}

div#featured_video { 
  width: 440px;
  position: absolute;
  right: 10px;
  top: 30px;
  text-align: center;
  background-color: #F2F2F2;
}

div#featured_video object { margin-top: 20px; }

div.belowVid { margin: 5px 10px 10px 10px;  }

div.belowVid ul { 
  list-style-position: inside;
  margin-left: 20px;
}

div#ads { 
  position: absolute;
  left: 10px;
  top: 150px;
  width: 336px;
  height: 280px;
  background-color: #eee;
}

div#ads p { margin-left: 5px; }

h1#title { 
  position: absolute; 
  left: 10px;
  top: 105px;
}

div#hosted_by {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  left: 0px;
  font-size: 10px;
}

div#homenav { 
  position: absolute;
  right: 20px;
  top: 0px;
}

div#homenav a { 
  font-weight: bold;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
