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

}

a img {
    outline: none;
}

img {
    border: 0;
}


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


#background_exit_dc {
    position: absolute;
    width: 728px;
    height: 90px;
    top: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 600;
}

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


.retina {
    position: absolute;
    width: 728px;
    height: 90px;
    top: 0px;
    left: 0px;
}


.hide {
    opacity: 0;
}


#sprite_holder{
    width: 728px;
    height: 90px;
    position: absolute;
    overflow: hidden;
	opacity: 1;
	z-index: 500;
/*	top: -20px;*/
}


#sprite{
    opacity: 1;
    background-image: url('assets/bulb_sprite.png');
    background-repeat: no-repeat;
    width: 2400px;
    height: 2500px;
    -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: -625px;
    left: -600px;
    position: absolute;
}




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

#bulb {
    height: 120px;
	left: 3px;
/*	top: -20px;*/
}

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