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: #715899;
    background-repeat: no-repeat;
    overflow: hidden;
}

.alpha {
    opacity: 0;
}

#frame1 {
    position: relative;
}

#text1a {
    position: absolute;
    left: 29px;
    top: 83px;
}

#text1b {
    position: absolute;
    left: 15px;
    top: 83px;
}

#text2 {
    position: absolute;
    left: 63px;
    top: 77px;
}

#text3 {
    position: absolute;
    left: 56px;
    top: 89px;
}

#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: 36px;
    background: url(../images/cta.png) top left no-repeat;
}

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