body, body#splash {
 height: 100%;
 width: 100%;
 margin: 0 auto;
 text-align: center;
 color: #fff;
 background: #190b07 url(images/bgimage2.gif) repeat-x;
 font: .9em verdana, arial, helvetica, sans-serif;
 }

/*--splash page specific --*/

#splashwrapper {
 width: 856px;
 height: 692px;
 margin: 53px auto;
 padding: 0;
 text-align: center;
 color: #ffcc66;
 background: transparent url(images/covershot856.jpg) no-repeat;
}
#splashcontent {
  margin: auto;
  text-align: center;
}
#splashmovie {
  padding: 207px 0 0 0;
}
#enter {
  padding: 179px 0 0;
  font: normal bold 80% verdana, arial, helvetica, sans-serif;
  color: #ffcc66;
  background: transparent;
  }
#enter a:link, #enter a:visited{
  color: #ffcc66;
  background: transparent;
  text-decoration: none;
}
#enter a:hover{
  font: normal bold 105% verdana, arial, helvetica, sans-serif;
}

