html, body { 
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
  background: black;
}

#main { 
  border: 0;
  height: 50%;
  width: 50%;
  position: absolute;
  left: 25%;
  top: 25%;
  width: 482px;
}

a { color: white; }
a:hover { color: yellow; }

a img {
  border: 1px solid white: 
}

h1, h2 {
  text-indent: -4000px;
  background-repeat: no-repeat;
}

h1 {
  background-image: url( '/images/film/header.gif' );
  height: 46px;
}


