@charset "UTF-8";
/* CSS Document */

body, body * {
    vertical-align: baseline;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}

/* Div layer for the entire banner. */
#container_dc {
    position: absolute;
    width: 728px;
    height: 90px;
    top: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
}

#content_dc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #d1d32b;
    z-index: 100;
}

/* Invisible button for background clickthrough. */
#background_exit_dc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 400;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

/* -------------------------------------------------------------------------- */

#cta {
    position: absolute;
    overflow: hidden;
    right: 30px;
    bottom: -41px;
    width: 226px;
    height: 30px;
    background-image: url(cta.png);
    opacity: 0;
    z-index: 2;
}

#logo {
    position: absolute;
    right: 19px;
    top: 19px;
    width: 238px;
    height: 19px;
    background-image: url(logo.png);
    opacity: 0;
    z-index: 2;
}

#text2 {
    position: absolute;
    left: 34px;
    top: 13px;
    width: 413px;
    height: 68px;
    background-image: url(text2.png);
    opacity: 0;
    z-index: 2;
}

#text1 {
    position: absolute;
    left: 31px;
    top: 15px;
    width: 634px;
    height: 66px;
    background-image: url(text1.png);
    opacity: 0;
    z-index: 2;
}

#yellowbg {
    position: absolute;
    width: 728px;
    height: 90px;
    background-color: #d1d32b;
    z-index: 1;
}

#bg {
    position: absolute;
    left: 98px;
    width: 630px;
    height: 90px;
    background-image: url(bg.jpg);
}