body {
    font-family: 'Helvetica Nue', 'Helvetica', Arial, sans-serif;
    margin: 0px;
    font-weight: 100;
    color:#ffffff;
    font-size:13px;
}

img {
  display: block;
  margin-left:auto;
  margin-right: auto;
}

div {
  overflow:hidden !important;
}

#ad {
    display: block;
    border: 1px #e0e0e0 solid;
    overflow: hidden;
    width: 298px;
    height: 598px;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#banner {
    position: absolute;
    display: block;
    width: 298px;
    height: 598px;
    z-index: -100;
    overflow: hidden;
    background: #0046ad;
}

#t1,#t2,#shield{
  opacity:0;
}

#h3 {position:absolute; top:-155px;}

#t1 {
  width: 100%;
  height: 50px;
  text-align: center;
  position: absolute;
  z-index:1;
  top:98px;
}

#t2 {
  left: 116px;
  right: 116px;
  height:45px;
  position: absolute;
  z-index:1;
  top:159px;
  background: url(../assets/t2.png) no-repeat center top;
}

#t3 {
  width: 100%;
  height: 75px;
  position: absolute;
  z-index:1;
  top:196px;
}

#shield {
  top:0;
  left: 0;
  position:absolite;
  width: 298px;
  height: 598px;
  z-index: -90;
  background: #0046ad url(../assets/bg.jpg) no-repeat center top;
  }
