body {
  background-color: #BC4F07;
}

a:link, a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  }
a:active, a.active {
  color: #ffffff;
}

/* 
  Header styles  -----------------------------------------------------------------------------
*/
#logo {
  display: none;
}
.home #body { margin-bottom:0px; }
.home #body, #home {
  width:1008px;
}
/* 
  Menu styles   ------------------------------------------------------------------------------

#menu ul {
  position: absolute;
  top: 20px;
  z-index: 10000;
}
*/
/* 
  Body styles  -----------------------------------------------------------------------------
*/
#page { position:relative; }

.controls { position:absolute; top:24px; left:47px; }
.sound-control { display:inline-block; overflow:hidden; margin:0; padding-right:10px; width:16px; height:18px; }
.sound-control a { display:block; text-indent:-99999px; width:16px; height:18px; }
.sound-control a.on { background: url(../images/sound-on.png) no-repeat top left; }
.sound-control a.off { background: url(../images/sound-off.png) no-repeat top left; }
.skip-link { display:inline-block; overflow:hidden; font-family: Verdana, Arial, sans-serif; font-size: 9px; margin:0; padding:4px 0; text-transform: uppercase; }

.home #social { display:none; }

#flash_intro { line-height:0; margin-top:-40px; }
#flash_intro p { margin-top:100px; text-align:center; }

/* 
  Footer styles  -----------------------------------------------------------------------------
*/
#footer {
  border-top: 1px solid #000000;
  color: #000;
}