body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 9pt;
  /*color: #333;*/
}

p {
    margin: 0;
}

a {
    cursor: pointer;
}

#ad {
    display: block;
    border: #b6b6b6 1px solid;
    overflow: hidden;
    width: 968px;
    height: 248px;
    -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;
    background-color: #008994;
    background-repeat: no-repeat;
    overflow: hidden;
}

.alpha {
    opacity: 0;
}

#frame1 {
    position:absolute;
    left: 0px;
    top: 0px;
    width: 970px;
    height: 250px;
    -webkit-clip-path: circle(1% at 483px 123px);
    clip-path: circle(1% at 483px 123px);
/*    background-color: red;*/
}

#text1 {
    position: absolute;
    left: 141px;
    top: 26px;
    -ms-transform-origin: 0% 0%; /* IE 9 */
    -webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
    transform-origin: 0% 0%;
}

#text2 {
    position: absolute;
    left: 82px;
    top: 80px;
}

#text3 {
    position: absolute;
    left: 133px;
    top: 79px;
}

#text4 {
    position: absolute;
    left: 89px;
    top: 55px;
}

#hand {
    position: absolute;
    left: 970px;
    top: 271px;
}

#bpay {
    position: absolute;
    left: 743px;
    top: 33px;
}

#cta {
    position: absolute;
    left: 247px;
    top: 128px;
    width: 209px;
    height: 66px;
    background: url(../images/cta.png) top left no-repeat;
}

#cta:hover {
    background: url(../images/ctao.png) top left no-repeat;
}