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

#outer_wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    overflow: hidden;
}

#content_wrapper {
    border: 1px solid #000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 298px;
    height: 248px;
    overflow: hidden;
    display: none;
    background-color: #000;
}

#logo {
    /*	z-index: 200;*/
    opacity: 0;
}

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

.fades {
    opacity: 0;
}


#guide {
    opacity: 0.5;
}
