body{
  background-color: #000;
  padding: 0;
  margin: 0;
  text-align: center;
}
#main{
  background: #000 url(../images/main/main_bg.jpg);
  width: 1000px;
  height: 600px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
#menu a {
  position: absolute;
  height: 38px;
  width: 88px;
  top: 31px; 
  text-decoration: none;
  }
#menu a i { visibility: hidden; }
a#home{
  top:20px;
  left:20px;
  height:145px;
  width:550px;
}
a#bios {
  top: 63px;
  left: 472px;
  height: 160px;
  width: 200px;
}
a#photos {
  top: 126px;
  left: 426px;
  height: 120px;
  width: 200px;
}
a#contact {
  top: 191px;
  left: 398px;
  height: 120px;
  width: 250px;
}
a#press {
  top:255px;
  left: 440px;
  height: 110px;
  width: 250px;
}
a#bios:hover,a#bios.over{
  background-image: url(../images/main/bios_over.jpg);
}
a#photos:hover,a#photos.over{
  background-image: url(../images/main/photos_over.jpg);
}
a#contact:hover,a#contact.over{
  background-image: url(../images/main/contact_over.jpg);
}
a#press:hover,a#press.over{
  background-image: url(../images/main/press_over.jpg);
}
#content{
  width:386px;
  height: 300px;
  background: #000;
  opacity: 0.75;
  top: 400px;
  left:90px;
  position: absolute;
  overflow:auto;
  padding: 10px;
  color: #fff;
  text-align: left;
  font: 12px/16px Arial;
  display: block;
}
#content h1{
  font: bold 14px/18px arial;
}
#content a{
  color: #fff;
}
#content a:hover{
  text-decoration: none;
}
#content ul.link{
  margin: 10px 0 25px 0;
}
#content ul.link li{
  width: 200px;
  height: 100px;
  list-style-type: none;
  display: inline;
}
#content ul.gallery{
  margin: 5px;
  list-style-type: none;
}
#content ul.gallery li{
  display: inline;
  list-style-type: none;
  margin: 0 5px;	
  line-height: 64px;
}
#content ul.gallery li a{
}
#content ul.gallery li a:hover{
}
#content a{
  text-decoration: underline;
}
#content ul.link li a{
  padding: 30px;
  width: 200px;
  height: 100px;
  color: #f5d000;
  opacity: 1;
  font: bold 18px/24px Verdana;
}
#content ul.link li a:hover{
  background: url(../images/main/blood_bg.png) no-repeat 50% 50%;
}
#content ul.link li a.over{
  background: url(../images/main/blood_bg.png) no-repeat 50% 50%;
}
#news_box{
  display: block;
  position: absolute;
  width: 290px;
  height: 150px;
  left: 90px;
  top: 200px;
  /*background: #000 url(../images/main/watch.jpg);*/
  text-align:left;
  padding:5px;
  background-color:#000;
  opacity:.8;
}
#news_box h1{
  color:#fff;
  font: bold 14px Arial;
}
#news_box ul{
  margin: 0;
  list-style-type:none;
  padding:0;
}
#news_box ul li{ 
  display: block;
  color:#fff;
  font: 11px/14px Arial;
  margin:0 0 10px 0;
  list-style-type:none;
}
#news_box ul li a { 
  color:#fff;
  text-decoration:underline;
}
#news_box ul li a:hover { 
  color:#fff;
  text-decoration:none;
}


#trailer_link{
  display:block;
}
#trailer_link a{
  position: absolute;
  left: 90px;
  top: 360px;
  color: #f5d000;
  opacity: 1;
  font: bold 18px/24px Verdana;
  text-decoration:none;
}

/* Modal Window Styles */

body {
font-family:verdana;
font-size:15px;
}

a {color:#333; text-decoration:none}
a:hover {color:#ccc; text-decoration:none}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:720px;
  height:475px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:720px; 
  height:475px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #ad {
  width:600px; 
  height:350px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}
.close{
  font: bold 12px Arial;
  color: #666;
  text-align: right;
  float: right;
  padding: 0 0 10px 0;
}

