#header {
  margin: 0 auto;
  margin-top: -3.6em;
  position: relative;
  background: url(images/cinblock.png) 0 0 no-repeat;
  height: 28.5em;
  width: 90em;
  padding-top: 5em;
  border-right: solid transparent 2em;
  text-align: left;
}

#header a {
  padding: 0.5em;
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
}

#header .logo {
  width: 85em;
  margin-left: 4.5em;
  position: relative;
  background: url(images/sunrise.jpg);
  height: 19.5em;
  border: 2px solid gray;
}

#header .menu a {
  color: white;
  background: url(images/spraypaint.png) repeat-x;
}

#header .menu a:hover {
  color: yellow;
}

.menu {
  clear: both;
  margin-left: 5em;
  margin-top: 0.5em;
  text-align: left;
}

