html, body { height:100%; overflow:hidden;background-color:#010101;font-family:Arial;}
body { margin:0; }
#website{
  z-index:0;
  visibility: visible !important;
}
.popup_div{
  position:absolute;
  z-index:9999;
  background-color:#000;
  border-width:13px;
  border-color:#35343d;
  padding:16px;
  width:726px;
  height:568px;
  left:50%;
  top:50%;
}
div.content{
  z-index:0px;
  overflow:hidden;
  width:100%;
  height:100%;
}
#no_flash_box{
  background-image:url(../images/background.jpg);
  width:893px;
  height:536px;
/*   left:50%; */
  right:auto;
/*   position:fixed; */
  display:none; 
}
div.logo{
  margin-left: auto;
  margin-right: auto;
  margin-top:55px;
  background-image:url(../images/logo.png);
  width:85px;
  height:86px;
}
div.box{
  width:446px;
  height:309px;
  margin-left: auto;
  margin-right: auto;
  position:relative;
  margin-top:38px;
  background-image:url(../images/bcg.jpg);
  border-top:1px solid #36343a;
}
div.border{
   margin:5px;
   border:1px solid #4c4952;
   width:432px;
   height:295px;
}
div.center{
margin:0 auto;
overflow:hidden;
text-align:center;
}
.fs11{font-size:11px;}
.fs12{font-size:12px;}
.fs16{font-size:16px;}
.fs29{font-size:29px;}
.bold{font-weight:bold;}
.lightGray{color:#dbd7e5;}
.white{color:#ffffff;}
.red{color:#c1485e;}
.gray{color:#7f7f89};
.underline{text-decoration:underline;}
.flash_logo{
  background-image:url(../images/flash_logo.png);
  background-position:left top;
  background-repeat:no-repeat;
  height:60px;
  width:210px;
  margin-top:10px;
  text-align:left;
  display:block;
  padding-left:70px;
  padding-top:20px;
  margin:0 auto;
  text-decoration:none;
}
