#background_exit_dc {
    position: absolute;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: 0;
    top: 0;
    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;
    display: block;
    cursor: pointer;
}

#banner_wrapper{
  display: none;
}

#logo{
	opacity: 0;
}

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

.fade{
  opacity: 0;
}


.bg{
  position: absolute;
  width: 400px;
  height: 250px;
}

#bg_texture_thin_holder01, #bg_texture_thin_holder02, #bg_texture_thin_holder03{
  overflow: hidden;
  width: 20px;
}


