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

.alpha {
    opacity: 0;
}

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

#text1 {
    position: absolute;
    left: 34px;
    top: 32px;
    -ms-transform: scale(0.9, 0.9); /* IE 9 */
    -webkit-transform: scale(0.9, 0.9); /* Safari */
    transform: scale(0.9, 0.9);
    -ms-transform-origin: 0% 0%; /* IE 9 */
    -webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
    transform-origin: 0% 0%;
}

#text2 {
    position: absolute;
    left: 49px;
    top: 86px;
}

#text3 {
    position: absolute;
    left: 52px;
    top: 87px;
}

#text4 {
    position: absolute;
    left: 43px;
    top: 138px;
}

#hand {
    position: absolute;
    left: 328px;
    top: 246px;
}

#click {
    position: absolute;
    left: 120px;
    top: 99px;
}

#bpay {
    position: absolute;
    left: 113px;
    top: 14px;
    -ms-transform: scale(0.8, 0.8); /* IE 9 */
    -webkit-transform: scale(0.8, 0.8); /* Safari */
    transform: scale(0.8, 0.8);
}

#cta {
    position: relative;
    left: 95px;
    top: 183px;
    width: 109px;
    height: 34px;
    background: url(../images/cta.png) top left no-repeat;
}

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