
#background_exit_dc {
    position: absolute;
    -ms-transform: scale(0.805);
    -webkit-transform: scale(0.805);
    transform: scale(0.805);
    left: -1px;
    top: -1px;
    cursor: pointer;
	background: #fff;
    z-index: 100;
}

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

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

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

.fades{
    opacity: 0;
}



