body {
    margin: 0px
}

#ad {
    display: block;
    border: #000 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;
    background: #a9cb93;
/*    background:url(images/FPO.png) 300px 0*/
}

#banner {
    position: absolute;
    display: block;
    width: 298px;
    height: 248px;
    overflow: hidden;
    cursor: pointer;
    visibility: hidden
}

#banner div,
#banner img,
#banner canvas {
    position: absolute
}

#cta {
    width: 300px;
    height: 38px;
    overflow: hidden;
    box-sizing: border-box;
    background: #ff681d url('images/cta.png') 85% 14px no-repeat;
}

#cta:hover {
    background-color: #e55d19
}

#shimmer {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
    width: 50px;
    height: 100px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    left: -60px;
    top: -32px;
    opacity: 0.6
}


#t0, #t1{
    left: 153px;
    top: 37px
}

#t2 {
    width: 222px;
    height: 222px;
    border-radius: 50%;
    background: #62a207 url('images/t2.png') 44px center no-repeat;
    left: 114px;
    top: -10px
}

#truck {
    left: 0px;
    top: 93px
}

#flare0 {
    left: 244px;
    top: 8px
}

#flare1 {
    left: 133px;
    top: 97px
}

#flare2 {
    left: 256px;
    top: 182px;
}

#flare3 {
    left: 259px;
    top: 155px;
}


#logo {
    left: 7px;
    top: 10px
}

#cta {
    right: 0px;
    bottom: 0px;
}