#background_exit_dc {
    position: absolute;
    width: 300px;
    height: 600px;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -30px;
    top: -60px;
    cursor: pointer;
    background: #fff;
    z-index: 100;
}

#outer_wrapper {
    border: 1px solid #000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 298px;
    height: 598px;
    overflow: hidden;
}

#main_contents_wrapper {
    display: none;
}

.retina {
    position: absolute;
    width: 300px;
    height: 600px;
    top: 0px;
    left: 0px;
}

.fade {
    opacity: 0;
}

.smoke {
    position: absolute;
    width: 450px;
    height: 250px;
    opacity: 0;
}

#cta_sheen {
    position: absolute;

}

#sheenHolder {
    position: absolute;
    width: 130px;
    height: 39px;
    left: 86px;
    top: 447px;
    opacity: 1;
    overflow: hidden;

}
