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: 638px;
    height: 478px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#clickthrough{
    position: absolute;
    width: 640px;
    height: 480px;
    opacity:1;
    color:red;
    cursor: pointer;
    z-index:100;
}
#banner {
    position: absolute;
    display: block;
    width: 638px;
    height: 478px;
    background-color: #E7E7E7;
    overflow: hidden;
   /* background: url(../images/comp3.jpg) no-repeat;*/
}
#logo {
    position: absolute;
    background: url(../images/Red.png) no-repeat;
    width: 640px;
    height: 100px;
    bottom: 0px;
}
#loop1 {
    position: absolute;
    background: url(../images/loop1.png) no-repeat;
    width: 350px;
    height: 144px;
    top: 174px;
    left: 120px;
    display: none;
}
#loop2 {
    position: absolute;
    background: url(../images/loop1.png) no-repeat;
    width: 350px;
    height: 144px;
    top: 174px;
    left: 128px;
    display: none;
}
#loop3 {
    position: absolute;
    background: url(../images/loop1.png) no-repeat;
    width: 350px;
    height: 144px;
    top: 174px;
    left: 136px;
    display: none;
}
#loop4 {
    position: absolute;
    background: url(../images/loop1.png) no-repeat;
    width: 350px;
    height: 144px;
    top: 174px;
    left: 144px;
    display: none;
}
#nine1, #nine2, #nine3, #nine4 {
    position: absolute;
    background: url(../images/nine.png) no-repeat;
    width: 111px;
    height: 157px;
    top: 168px;
    left: 264px;
    display: none;
}
#dot {
    position: absolute;
    background: url(../images/dot.png) no-repeat;
    width: 29px;
    height: 29px;
    top: 291px;
    left: 280px;
    display: none;
}
#percent {
    position: absolute;
    background: url(../images/percent.png) no-repeat;
    width: 83px;
    height: 93px;
    top: 173px;
    left: 534px;
    display: none;
}
#text1 {
    position: absolute;
    background: url(../images/text1.png) no-repeat;
    width: 448px;
    height: 89px;
    top: 51px;
    left: 101px;
    display: none;
}
#text2 {
    position: absolute;
    background: url(../images/text2.png) no-repeat;
    width: 580px;
    height: 90px;
    top: 51px;
    left: 30px;
    display: none;
}
#text3 {
    position: absolute;
    background: url(../images/text3.png) no-repeat;
    width: 478px;
    height: 85px;
    top: 51px;
    left: 64px;
    display: none;
}
#cta {
    position: absolute;
    background: url(../images/button.png) no-repeat;
    width: 388px;
    height: 75px;
    top: 203px;
    left: 126px;
    display: none;
}
