* {
  margin:0;
  padding:0;
}

BODY {
  background:#000 url('images/body.png') center center repeat-y;
  width:773px;
  color:#fff;
  margin:0 auto;
  font-family:trebuchet ms;
  font-size:62.5%;
}

#header {
  text-indent:-10000px;
  height:177px;
  background:url('images/header.png');
  margin-top:30px;
  margin-bottom:15px;
  margin-left:-30px;
  margin-right:-30px;
}

h2 {
  font-size:1.9em;
  border-bottom:1px solid white;
  margin-bottom:20px;
}

p.caption {
  margin-top:15px;
  text-align:center;
}

#extra {
  height:137px;
  background:url('images/extra.png');
  padding:20px;
  margin-top:20px;
  margin-left:-30px;
  margin-right:-30px;
}

#extra .vthumb {
  height:100px;
  width:100px;
  border:1px solid white;
  float:left;
  margin-right:10px;
}

#footer {
  text-transform:uppercase;
  font-family:arial, sans serif;
  text-align:center;
  font-size:1em;
  margin-bottom:10px;
}

#footer a {
  color:white;
  text-decoration:none;
}

#footer a:HOVER {
  text-decoration:underline;
}

#videoplayer {
  height:320px;
  width:400px;
  margin:0 auto;
  display:block;
}

a img {
  border:none;
}
