html,
body {
    background-color: #ffffff;
}

body {
    margin: 0 0 0 0px;
    padding: 0 0 0 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #999999;
}

#title {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}
#ad {
    display: block;
    border: 1px solid black;
    overflow: hidden;
    width: 298px;
    height: 598px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#clickthrough{
    position: absolute;
    width: 300px;
    height: 600px;
    opacity: 1;
    color: red;
    cursor: pointer;
    z-index: 100;
}
#banner {
    position: absolute;
    display: block;
    width: 298px;
    height: 598px;
    background-color: #E7E7E7;
    overflow: hidden;
    /*background: url(../images/comp3.jpg) no-repeat;*/
}
#logo {
    position: absolute;
    background: url(../images/Red.png) no-repeat;
    width: 300px;
    height: 112px;
    bottom: 0px;
}
#loop1 {
    position: absolute;
    background: url(../images/loop1.png) no-repeat;
    width: 238px;
    height: 98px;
    top: 308px;
    left: 22px;
    display: none;
}
#loop2 {
    position: absolute;
    background: url(../images/loop1.png) no-repeat;
    width: 238px;
    height: 98px;
    top: 308px;
    left: 26px;
    display: none;
}
#loop3 {
    position: absolute;
    background: url(../images/loop1.png) no-repeat;
    width: 238px;
    height: 98px;
    top: 308px;
    left: 30px;
    display: none;
}
#loop4 {
    position: absolute;
    background: url(../images/loop1.png) no-repeat;
    width: 238px;
    height: 98px;
    top: 308px;
    left: 34px;
    display: none;
}
#nine1, #nine2, #nine3, #nine4 {
    position: absolute;
    background: url(../images/nine.png) no-repeat;
    width: 52px;
    height: 74px;
    top: 310px;
    left: 120px;
    display: none;
}

#dot {
    position: absolute;
    background: url(../images/dot.png) no-repeat;
    width: 14px;
    height: 14px;
    top: 368px;
    left: 131px;
    display: none;
}
#percent {
    position: absolute;
    background: url(../images/percent.png) no-repeat;
    width: 39px;
    height: 44px;
    top: 314px;
    left: 250px;
    display: none;
}
#text1 {
    position: absolute;
    background: url(../images/text1.png) no-repeat;
    width: 192px;
    height: 152px;
    top: 95px;
    left: 50px;
    display: none;
}
#text2 {
    position: absolute;
    background: url(../images/text2.png) no-repeat;
    width: 198px;
    height: 194px;
    top: 94px;
    left: 45px;
    display: none;
}
#text3 {
    position: absolute;
    background: url(../images/text3.png) no-repeat;
    width: 219px;
    height: 113px;
    top: 96px;
    left: 36px;
    display: none;
}
#cta {
    position: absolute;
    background: url(../images/button.png) no-repeat;
    width: 256px;
    height: 50px;
    top: 328px;
    left: 22px;
    display: none;
}
