body {
    background: #fff;
}

#banner {
    position: relative;
    overflow: hidden;
    width: 298px;
    height: 248px;
    cursor: pointer;
    border: 1px #333 solid;
    background: #fff;
}

.text {
    position: absolute;
    display: block;
}

#initial-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    background: url(gradient.png);
}

#initial-blue {
    position: absolute;
    top: 0;
    left: 33px;
    width: 267px;
    height: 250px;
    background: url(gradient-blue.png);
}

#intro-text {
    top: 87px;
    left: 28px;
}

#second-blue {
    position: absolute;
    top: 0;
    left: -33px;
    width: 33px;
    height: 250px;
    background: #006890;
}

#second-text {
    z-index: 1;
    top: 265px;
    left: 62px;
}

#third-text {
    z-index: 1;
    top: 31px;
    left: 62px;
    opacity: 0;

}

#card {
    position: absolute;
    z-index: 2;
    top: 347px;
    left: 10px;
}

#earn-title {
    z-index: 1;
    top: -119px;
    left: 17px;
}

#category1 {
    z-index: 1;
    top: 134px;
    left: -165px;
}

#category2 {
    z-index: 1;
    top: 134px;
    left: -154px;
}

#category3 {
    z-index: 1;
    top: 134px;
    left: -173px;
}

#terms {
    z-index: 1;
    bottom: 8px;
    left: 9px;
    opacity: 0;
}

#terms1 {
    z-index: 1;
    top: 65px;
    left: 0px;
    opacity: 1;
}

#numbers {
    position: relative;
    z-index: 1;
    top: 256px;
    left: 146px;
}
#numbers #number {
    font-family: Arial, sans-serif;
    font-size: 121px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    color: #006890;
}
#numbers #porcentage {
    font-family: Arial, sans-serif;
    font-size: 40px;
    position: absolute;
    top: 9px;
    left: 70px;
    color: #006890;
}

#ff-title {
    position: absolute;
    z-index: 1;
    top: 41px;
    left: -166px;
}

#ff-cashback {
    position: absolute;
    z-index: 1;
    top: 107px;
    left: -261px;
}

#ff-terms {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 54px;
    opacity: 0;
}

#button {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    opacity: 0;
}

#shiner {
    position: absolute;
    background: url(shine.png);
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 99px;
    height: 28px;
    z-index: 1;
}

#cta {
    position: relative;
    z-index: 4;
    top: 187px;
    left: 53px;
    width: 99px;
    height: 28px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
}

#logo {
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 16px;
    width: 42px;
    height: 36px;
    opacity: 0;
    background: url(logo.png);
}

#clicktag {
    position: absolute;
    z-index: 5;
    width: 298px;
    height: 248px;
    top: 0;
    left: 0;
}

.images-sprite,
.images-button,
.images-card,
.images-earn,
.images-ff-terms,
.images-ff-text1,
.images-ff-text2,
.images-gas,
.images-intro-text,
.images-logo,
.images-other-purchase,
.images-second-text,
.images-third-text,
.images-supermakets,
.images-terms1,
.images-terms {
    background-image: url(sprite.png);
    background-repeat: no-repeat;
}

.images-button {
    width: 99px;
    height: 28px;
    background-position: 0 0;
}

.images-card {
    width: 277px;
    height: 177px;
    background-position: -4px -28px;
    border-radius: 10px;
    box-shadow: 3px 3px 2px #8f9499;
}

.images-earn {
    width: 68px;
    height: 91px;
    background-position: 0 -210px;
}

.images-ff-terms {
    width: 124px;
    height: 10px;
    background-position: 0 -301px;
}

.images-ff-text1 {
    width: 138px;
    height: 35px;
    background-position: 0 -311px;
}

.images-ff-text2 {
    width: 246px;
    height: 48px;
    background-position: 0 -346px;
}

.images-gas {
    width: 129px;
    height: 15px;
    background-position: 0 -417px;
}

.images-intro-text {
    width: 171px;
    height: 77px;
    background-position: -2px -433px;
}

.images-logo {
    width: 42px;
    height: 36px;
    background-position: 0 -607px;
}

.images-other-purchase {
    width: 138px;
    height: 15px;
    background-position: 0 -643px;
}

.images-second-text {
    width: 202px;
    height: 54px;
    background-position: 0 -658px;
}

.images-third-text {
    width: 225px;
    height: 49px;
    background-position: -1px -529px;
}

.images-supermakets {
    width: 141px;
    height: 15px;
    background-position: 0 -712px;
}

.images-terms {
    width: 54px;
    height: 10px;
    background-position: 0 -727px;
}

.images-terms1 {
    width: 124px;
    height: 10px;
    background-position: 0 -301px;
}