
#background_exit_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;
    cursor: pointer;
    background: #fff;
    z-index: 100;
}

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


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

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

.fade {
    opacity: 0;
}

#f1_car {
    left: -10px;
}

#crew01 {
    left: 15px;
}

#crew02 {
    left: -12px;
}

#guide {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    opacity: 0.5;
}

#cta {
    left: 5px;
}
