body {
  color: #fff;
  background: #a69151 url('../img/tile.jpg') 50% 0% repeat;
  text-align: center;
  margin: 0;
  padding: 0;
}

object {
  display: block;
  position: relative;
  width: 100%;
  height: 550px;
  z-index: 4;
}

#flashbox {
  min-width: 960px;
  max-width: 1200px;
  margin: 0 auto 0;
  text-align: center;
  position: relative;
}

#static {
  height: 105px;
  background: transparent url('../img/bottom.jpg') 50% 0% no-repeat;
  position: relative;
  top: -11px;
  text-align: center;
}

#logo {
  width: 278px;
  height: 59px;
  margin: 0 auto;
  background: transparent url('../img/logo.png') 0% 0% no-repeat;
}

#static p {
  color: #211c0e;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 0.9em;
  margin: 10px 0 0;
}

#noflash {
  position: absolute;
  font-family: Georgia, serif;
  color: #211c0e;
  text-align: center;
  width: 100%;
  top: 200px;
  line-height: 150%;
  z-index: 2;
}

#noflash a {
  color: #000;
}

#noflash a:hover {
  text-decoration: none;
}

#static p a {
  color: #211c0e;
  text-decoration: none;
}

#static p a:hover {
  text-decoration: underline;
}