@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: 300px;
    height: 250px;
    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;
    left: 51px;
    top: 241px;
    width: 191px;
    height: 25px;
    background-image: url(cta.png);
    opacity: 0;
    z-index: 2;
}

#logo {
    position: absolute;
    left: 49px;
    top: 168px;
    width: 202px;
    height: 16px;
    background-image: url(logo.png);
    opacity: 0;
    z-index: 2;
}

#text2 {
    position: absolute;
    left: 24px;
    top: 28px;
    width: 250px;
    height: 124px;
    background-image: url(text2.png);
    opacity: 0;
    z-index: 2;
}

#text1 {
    position: absolute;
    left: 19px;
    top: 64px;
    width: 255px;
    height: 112px;
    background-image: url(text1.png);
    opacity: 0;
    z-index: 2;
}

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

#bg {
    position: absolute;
    left: 59px;
    width: 241px;
    height: 250px;
    background-image: url(bg.jpg);
}