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

/* Div layer for the entire banner. */

#container_dc {
    position: absolute;
    width: 160px;
    height: 600px;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -16px;
    top: -60px;
    margin: auto;
    overflow: hidden;
}

#content_dc {
    position: absolute;
    width: 158px;
    height: 598px;
    top: 0px;
    left: 0px;
    border: 1px solid #666666;
    background-color: #000000;
    z-index: 100;
    /*	background-image: url('background_300x250.png');*/
}




/* Invisible button for background clickthrough. */

#background_exit_dc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 400;
}
