.banner-bg, .banner-trial {
   position:absolute; 
   top: expression(document.compatMode=='CSS1Compat'? document.documentElement.scrollTop + scrollTop + "px"  : body.scrollTop + scrollTop + 'px');
   left: expression(document.compatMode=='CSS1Compat'? document.documentElement.scrollLeft + "px" : body.scrollLeft + "px");
   width:expression(document.compatMode=='CSS1Compat'? document.documentElement.clientWidth + "px" : body.clientWidth + "px");
   height:expression(document.compatMode=='CSS1Compat'? document.documentElement.clientHeight + "px" : body.clientHeight + "px");
   opacity:0; filter:alpha(opacity=0); -moz-opacity:0;
   display:none;
}

body>div.banner-bg {
   position:fixed;
   top:0px;
   left:0px;
   width:100%;
   min-width:100%;
   height:100%;
   min-height:100%;
}

body>div.banner-trial {
   position:fixed;
   top:0px;
   left:0px;
   width:100%;
   min-width:100%;
   height:100%;
   min-height:100%;
}

.banner-bg {
   z-index:6666;
   background:#000000;
}

 .banner-trial {
   z-index:7777;
 }


.banner {
   width:900px;
   height:600px;
   background:url(/images/__banner-trial.jpg) top left no-repeat;
   position:relative;
   z-index:7777;
   margin-top:100px;
}


 .banner .close-link {
      position:absolute;
      width:900px;
      height:600px;
      top:0px;
      left:0px;
      display:block;
      cursor:pointer;
      z-index:8888;
  }
  
 .banner .reg-link {
  display:block;
  width:228px;
  height:77px;
  bottom:0px;
  right:20px;
  z-index:9999;
  position:absolute;
  cursor:pointer;
 }
