#background_exit_dc {
    position: absolute;
    width: 320px;
    height: 50px;
    top: 0px;
    left: 0px;
    cursor: pointer;
	background: #fff;
    z-index: 100;
}

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

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

.retina{
	position: absolute;
	width: 320px;
	height: 50px;
	top: 0px;
	left:0px;
}

.fades{
    opacity: 0;
}

.sparkles {
    /* mix-blend-mode: screen; */
    opacity: 0;
}

/* this is needed so that IE will respect the opacity */
.sparkle_group {
    position: relative;
}
