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:101px; top:0px;}

#t1 {
  width: 615px;
  height: 120px;
  text-align: center;
  position: absolute;
  z-index:90;
  top:43px;
  left:101px;
}

#t2 {
  width: 100%;
  height: 145px;
  position: absolute;
  z-index:90;
  top:177px;
}


#hr1 {
  z-index: 65;
  position: absolute;
  left:308px;/*end:59px*/
  right:308px;/*end:59px*/
  height:1px;
  background:rgba(255,255,255,1);
  top:116px;
}

#shield {
  top:0;
  left: 0;
  position:absolite;
  width: 968px;
  height: 248px;
  z-index: -99;
  background: url(../assets/bg.jpg) no-repeat center top;
}