

#background_exit_dc {
    position: absolute;
    width: 300px;
    height: 600px;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -30px;
    top: -60px;
    cursor: pointer;
	background: #fff;
    z-index: 100;
}

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

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

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

.fades{
    opacity: 0;
}

.droplet{
    position:absolute;
    top:-6%;
    height:20px;
    width:10px;
    /* background-color:white; */
    /* background-image: url('images/droplet01.png') */
}

.rain_container {
    position: absolute;
    top: 0px;
    left: -70px;
    width: 533px;
    height: 700px;
    overflow: hidden;
    transform: rotate(-30deg) translate(-28px, -65px);
}



