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: 726px;
    height: 88px;
    -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: 726px;
    height: 88px;
    background-color: #008994;
    background-repeat: no-repeat;
    overflow: hidden;
}

.alpha {
    opacity: 0;
}

#frame1 {
    position:absolute;
    left: 0px;
    top: 0px;
    width: 728px;
    height: 90px;
    -webkit-clip-path: circle(1% at 362px 44px);
    clip-path: circle(1% at 362px 44px);
/*    background-color: red;*/
}

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

#text2 {
    position: absolute;
    left: 180px;
    top: 24px;
}

#text3 {
    position: absolute;
    left: 203px;
    top: 23px;
}

#text4 {
    position: absolute;
    left: 169px;
    top: 36px;
}

#hand {
    position: absolute;
    left: 748px;
    top: 101px;
}

#bpay {
    position: absolute;
    left: 665px;
    top: 12px;
}

#cta {
    position: absolute;
    left: 434px;
    top: 26px;
    width: 125px;
    height: 40px;
    background: url(../images/cta.png) top left no-repeat;
}

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