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

}

a img {
    outline: none;
}

img {
    border: 0;
}


#content {
    position: absolute;
    z-index: 10;
    width: 158px;
    height: 598px;
    background-color: #e3228d;
}


#background_exit_dc {
    position: absolute;
    width: 160px;
    height: 600px;
    cursor: pointer;
    z-index: 600;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -16px;
    top: -60px;

}

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


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


.hide {
    opacity: 0;
}


#sprite_holder {
    width: 160px;
    height: 600px;
    position: absolute;
    overflow: hidden;
    opacity: 1;
    z-index: 500;
    left: -4px;
}


#sprite {
    opacity: 1;
    background-image: url('assets/bulb_sprite.png');
    background-repeat: no-repeat;
    width: 3520px;
    height: 3600px;
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    top: -900px;
    left: -880px;
    position: absolute;
}




#bg1 {
    background-color: aqua;
    opacity: 0.1;
    z-index: 10;
}

#bulb {
    left: -5px;
    /*	top: -20px;*/
}

#pinkBg {
    background-color: #e3228d;
    opacity: 0;
    left: -1px;
    top: -1px;
}
