.bannerSize {
    width: 728px;
    height: 90px;
}

#bg {
    background: #ffffff;
}

#image1 {
    background: url(img/image1.jpg);
}

#image2 {
    background: url(img/image2.jpg);
}

#image3 {
    background: url(img/image3.jpg);
}

#txt1 {
    background-image: url(img/txt1.png);
}

#txt2 {
    background-image: url(img/txt2.png);
}

#txt3 {
    background-image: url(img/txt3.png);
}

#logo {
    position: absolute;
    background: url(img/logo.png);
    /* opacity: 1;
    width: 106px;
    left: 97px;
    top: 0px; */
}

#cta {
    /* clip: rect(125px 212px 150px 87px); */
    background-image: url(img/cta.png);
    /* background-color: #000; */
    /* background-color: red; */
}

#ctaTxt {
    position: absolute;
    font-size: 12.5px;
    left: 110px;
    top: 187px;
    letter-spacing: 1.4px;
}

#ctaOver {
    /* clip: rect(125px 212px 150px 87px); */
    background-image: url(img/ctaOver.png);
    /* 4c4c4c */
    /* background-color: red; */
}

#sheen {
    position: absolute;
    left: 59px;
    top: 125px;
    width: 79px;
    height: 26px;
    background: url(img/sheen.png) no-repeat;
    background-size: contain;
    /* background-color: red; */
}

#trace {
    /* background: url(img/trace.png); */
}