*,
body,
html {
    margin: 0px;
    padding: 0px;

}

a img {
    outline: none;
}

img {
    border: 0;
}

#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;
    z-index: 600;
}

#outer_wrapper {
    border: 1px solid #666;
    width: 298px;
    height: 598px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background-color: #fff;
}


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

.hide {
    opacity: 0;
}
