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: 968px;
    height: 248px;
    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: 968px;
    height: 248px;
    z-index: -100;
    overflow: hidden;
    background: #0046ad;
}

#t1,#h2,#shield{
  opacity:0;
}

#h2 {position:absolute; left:57px; top:0px;}

#t1 {
  left:246px;/* 10px */
  right:396px;/* 26px */
  height: 50px;
  text-align: center;
  position: absolute;
  z-index:90;
  top:65px;
  background: url(../assets/t1.png) no-repeat center top;
}

#t2 {
  width: 100%;
  height: 145px;
  position: absolute;
  z-index:90;
  top:114px;
}


#shield {
  top:0;
  left: 0;
  position:absolite;
  width: 968px;
  height: 248px;
  z-index: -99;
  background: url(../assets/bg.jpg) no-repeat center top;
  }


#hr {height:3px; position: absolute; top:122px; border-top:1px solid white; left:149px; right:149px;/* lr=37px */}