body {
  background: #000000;
  color: #a8a8a8;
  font: 14px Helvetica;
}
#header {
  position: fixed;
  background: #000000;
  z-index: 3;
  top: -420px;
  padding: 0 15px;
  width: 100%;
  box-shadow: 0 0 5px #000000;
}
#logo {
  position: fixed;
  left: 50%;
  margin-left: -240px;
  z-index: 1;
}

#content {
  position: relative;
  z-index: 2;
  padding-top: 520px;
}
#content-inner {
  background: #000000;
  padding-top: 15px;
}
#poster-content {
  width: 990px;
  margin: 0 auto;
}
#menu {
  position: fixed;
  width: 100%;
  z-index: 4;
  top: 485px;
  text-align: center;
  height: 100px;
  line-height: 100px;
}
.center {
  text-align: center;
}
.poster {
  float: left;
  margin: 15px;
}
.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
  max-height: 0; 
}
.clearfix { 
  display: inline-block; 
}
* html .clearfix { 
  height: 1%; 
}
.clearfix { 
  display: block; 
}