body {
background: #000000 url('bg.jpg') no-repeat center top;
}

#banner{
  width: 840px;
  height: 350px;
  margin: 40px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
border: 13px solid rgb(222, 222, 222);  background-color: rgb(243, 244, 239);
  z-index: 20;
}

#banner img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  
}

#intro{
  position: absolute;
  height: 100%;
  padding: 100px 0;
  z-index: 10;
  text-align: center;
  -moz-box-shadow:    inset 0 0 30px #333333;
  -webkit-box-shadow: inset 0 0 30px #333333;
  box-shadow:         inset 0 0 30px #333333;
}
#intro h1{
  text-align: center;
  width: 840px;
  margin: auto;
  font-family: 'Rokkitt', serif;
  text-transform: uppercase;
  color: #333333;
  font-size: 28px;
}