
body,html {
  margin: 0;
  padding: 0;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
/*  overflow: hidden;*/
}

.abs{
  position: absolute;
  top:0px;
  left:0px;
  width:970px;
  height:250px;
}

img{
   position:absolute;
   -webkit-backface-visibility:hidden;
}

/*  ------------------------------- ------------------------------- */

#ad {
  width: 970px;
  height: 250px;
  position: absolute;
  top:0px; left:0px;
  display: block;   
  overflow: hidden;
  background-color: #fff;
  background-color:white;
  border: 1px solid #666666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#clickthroughButton {
  cursor: pointer;
  position:absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

#cta {
    position:absolute;
    width:970px;
    height:250px;
    overflow:hidden;
}

#cta_on {
  position:absolute;
  width:970px;
  height:250px;
  opacity:0;
}

#cta_off {
  position:absolute;
  width:970px;
  height:250px;  
  opacity:1;
}
#arrow{
    position: absolute;
    width:970px;
    height:250px;
    cursor: pointer;
    opacity: 0;
    z-index: 23;
    filter: alpha(opacity=0);
}


#frame01_text01 {
   position:absolute;
   top:0px;
   left:0px;
   width:970px;
   height:250px;
   z-index: 1000;
  
}


#endFrame {
  opacity:0; 
}


.frame {
  position:absolute;
  top:0;
  left:0;
  width:970px;
  height:250px;
  opacity:0;
}


#logo {
position:absolute;
top: 0px;
left: 0px;
width:970px;
height:250px;  
}



.lineTwo
{
  position: absolute;
  top: 55px;
  left: -67px;
  background-color:#347ced;
  width: 115px;
  height:50px;
  opacity:0;
}

