#container {
  width: 960px;
  margin: auto;
}

#header {
  height:247px;
}

#secondary-navigation {
  float:right;
  margin-top:-227px;
}

#movie-info-box {
  background-color:#FFFFFF;
  height:503px;
  position:absolute;
  width:717px;
  top: 300;
  padding:30px 30px 0;
}

#admin-control {
  position: fixed;
  top: 0;
  left: 0;
}

h1.title,
h2.title {
  text-align: center;
  margin: 0;
}

h2.title {
  font-size: 0.8em;
}

#footer {
  float: left;
  width: 923px;
  padding: 20px;
  text-align: center;
  margin-top: 50px;
  font-size: 0.8em;
}

#body-matte {
  background-color:#000000;
  height:200%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter:alpha(opacity=85);
}