@charset "utf-8";
/*overlay popup by Rio*/
html, body {
 width: 100%;
 height: 100%;
 margin:0;
 padding:0;
}
body { position:relative; }
#overlay {
 background: url(images/_bg.png);
 display:none;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 80;
}
#overlay .popup {
 background: url(images/popup.png) center center no-repeat;
 margin-left:-384px;
 margin-top:-284px;
 width: 768px;
 height: 568px;
 position: absolute;
 top: 50%;
 left: 50%;
}
.popup #close, .popup .go {
 text-indent:-999em;
 height:15px;
 width:15px;
 overflow:hidden;
 position:absolute;
 top:10px;
 right:10px;
 outline:0
}
.popup .go {
 height:44px;
 width:165px;
 top:auto;
 right:30px;
 bottom:25px
}
#content, #flashcontent {
 width: 100%;
 height: 100%;
 position: absolute;
 z-index: 1;
}
#banner {
 border:0;
 position: absolute;
 left: 65px;
 top: 290px;
 z-index: 78
}
