* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #333 url(images/grey.png);
  color: white;
  font: 14px/2.0 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, sans-serif;
}

a {
  color: #eb914a;
}

a:hover {
  background: #5d5d5d;
  color: white;
  text-decoration: none;
}

p {
  margin: 0px 0px 2ex;
}

#container {
  text-align: center;
  background: url(images/header.png) repeat-x 0px 0px;
  position: relative;
}

#header,
#main,
#footer {
  margin: 0px auto;
  text-align: left;
  width: 896px;
  position: relative;
}

#header {
  background: url(images/hans.jpg) no-repeat 0px 100%;
  height: 256px;
}

#header h2 {
  display:  none;
}

#header h1 {
  position: absolute;
  right: 24px;
  top: 40px;
  width: 416px;
  height: 200px;
  background: url(images/logo.png) no-repeat 0px 0px;
  font-size: 100%;
  text-indent: -1000em;
  overflow: hidden;
}

#main {
  background: url(images/grunge.jpg) no-repeat 50% 0px;
}

#navigation {
  color: white;
  font-size: 18px;
  height: 2.75em;
  margin: 0px 0px 2ex;
  line-height: normal;
}

#navigation li {
  display: inline;
  list-style: none;
}

#navigation li a {
  float: left;
  padding: 1.5ex 16px 1ex;
  background: #5d5d5d url(images/tab.png) repeat-x 0px 0px;
  color: #999;
  text-decoration: none;
  text-transform: lowercase;
}

#navigation li a:hover {
  color: #ccc;
}

body.home #navigation #tab-home a,
body.film #navigation #tab-film a,
body.trailer #navigation #tab-trailer a,
body.video #navigation #tab-video a,
body.photos #navigation #tab-photos a,
body.downloads #navigation #tab-downloads a,
body.order #navigation #tab-order a,
body.premiere #navigation #tab-premiere a {
  color: white;
}

#main {
}

#body {
  clear: both;
  padding: 0px 16px;
}

#body h2 {
  clear: left;
  margin: 2ex -16px 1ex;
  padding: 0px 16px;
  font-size: 150%;
  font-weight: normal;
  text-transform: lowercase;
  color: #666;
}

p.premiere {
  /*background: #f7d800;*/
  background: #ffc;
  color: black;
  margin: 0px -16px 2ex;
  border: 1px solid #ccc;
  padding: 1ex 15px;
}

p.premiere a {
  color: black;
}

.gallery a.thumbnail {
  display: block;
  background: #999;
  width: 89px;
  height: 89px;
  padding: 4px;
  text-align: center;
  float: left;
  margin: 0px 8px 8px 0px;
}

.gallery a.thumbnail:hover {
  background: white;
}

dl.premiere {
  margin: 0px 0px 2ex;
}

dl.premiere dt {
  color: #999;
  font-weight: bold;
  width: 128px;
  text-align: right;
  height: 2em;
  text-transform: lowercase;
}

dl.premiere dd {
  margin: -2em 0px 1ex 144px;
}

#footer {
  clear: both;
  margin: 64px 0px 0px;
  padding: 2ex 0px 64px;
  font-size: 85%;
  border-top: 1px dotted #666;
  color: #999;
  text-align: center;
}

#footer .credits {
  text-transform: lowercase;
  font-variant: small-caps;
}

#footer .credits strong,
#footer .credits dd,
#footer .credits cite {
  text-transform: uppercase;
  font-style: normal;
}

#footer .credits dl,
#footer .credits dt,
#footer .credits dd {
  display: inline;
}

#footer .credits dt {
  white-space: nowrap;
}

#footer .credits dt {
  
}

#main-credits {
  font-size: 85%;
}

#main-credits h3 {
  font-size: 100%;
  margin: 2ex 0px 2ex;  
  text-transform: lowercase;
  color: #999;
  text-align: center;
  font-weight: normal;
}

#main-credits dl {
  margin: 0px 0px 4ex;
}

#main-credits dt {
  width: 400px;
  text-align: right;
  text-transform: lowercase;
  color: #999;
  line-height: 1em;
  margin-bottom: -1em;
}

#main-credits dd {
  margin: 0px 0px 1ex 416px;
  line-height: 1em;
}

#main-credits p {
  text-align: center;
}

#trailer {
  text-align: center;
  margin: 0px auto;
}