html, body {
  height:98%;
}
body { 
  margin:0; 
  background: #000 url(../images/background.jpg) center center no-repeat;
  text-align:center; 
}

/*------------------------------------------------------------*/

#wrap {
  position:relative;
  width:942px;
  margin:0 auto;
  height:100%;
}

#content {
  display:block;
  height:560px;
  left:50%;
  margin-left:-473px;
  margin-top:-302px;
  position:absolute;
  top:52%;
  width:100%;
}

/*------------------------------------------------------------*/

#flashcontent {
  position:relative;
  display:block;
  width: 955px;
  height:600px;
  margin:0 auto;
}
h1, p {
  text-align:center;
  font-family: arial, helvetica, sans-serif;
  color:#aaa;		
}
p {
  font-size:12px;
}
:focus { -moz-outline-style: none; }
#footer {
  bottom:10px;
  color:#564736;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  position:relative;
  text-align:center !important;
  width:100%;
}      
#footer a, #footer #credits .collapsed {
  color:#564736;
  text-decoration:none;
  border-bottom:1px dotted #555;
}
#footer a:hover, #footer #credits .collapsed:hover {
  color: #766756;
}
#credits, #credits a {

}
#credits .collapsed {
  display:inline;
  cursor:pointer;
}

#credits .expanded {
  display:none;
}

