body {
  background-image: url("images/entrance-bg.jpg");
  background-color: #f2c61d;
  background-position: center top;
  background-repeat: no-repeat;
  color: #473700;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

a img {
  border: none;
}

#mast {
  margin-top: 163px;
  height: 124px;
  background-image: url("images/entrance-mast.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

#mast span {
  display: none;
}

#nav {
  text-align: center;
}

#nav li {
  display: inline;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#nav li a {
  color: #473700;
  text-decoration: none;
}

#nav li a:hover {
  text-decoration: underline;
}

/*#trailer {
    margin-top: 32px;
    width: 640px;
    height: 360px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    border: 1px solid #473700
}*/

#banner {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  
  /* Needed when no link is present */

  /*display: block;
  background: url("images/entrance-banner-dvds2.gif");
  background-position: left top;
  background-repeat: no-repeat;
  width: 399px;
  height: 192px;*/

}

#banner a {
  display: block;
  background: url("images/entrance-banner-buy-dvd.gif");
  background-position: left top;
  background-repeat: no-repeat;
  width: 399px;
  height: 192px;
}

#banner span {
  display: none;
}

#footer-outer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

#footer {
  padding: 16px;
  font-size: 14px;
  font-weight: bold;
  overflow: auto;
}

#footer a {
  color: #473700;
  text-decoration: underline;
  line-height: 20px;
}

#footer a:hover {
  text-decoration: none;
}

#copyright {
  margin-left: 1em;
  font-size: 12px;
  font-weight: normal;
}

#footertext {
  position: relative;
  top: 78px;
}

#laurels {
    position: absolute;
    bottom: 32px;
    width: 224px;
    padding-left: 16px;
}

#laurels2 {
    position: absolute;
    bottom: 132px;
    right: 0px;
    width: 194px;
}

.logo {
    float: right;
    clear: right;
}

.notice {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

