#background_exit_dc {
    position: absolute;
    width: 970px;
    height: 250px;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -97px;
    top: -25px;
    cursor: pointer;
	background: #fff;
    z-index: 100;
}

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

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

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

.fades{
    opacity: 0;
}

.mask{
  /*overflow: hidden;*/
}

.headlineBlack, .mask{
  overflow: hidden;

}

.headline01{
  position: absolute;
  display: block;
}
#copy01_mask{
  height: 82px;
}

#copy02_mask{
  height: 208px;
}

/* .copy01, .random, .copy01_4, .headline02{
  width: 350px;
  height: 300px;
} */

.copy01, .headline02 {
  width: 1020px;
  height: 300px;
}

.copy02_3_mask{
  height: 89px;
    top: 191px;
    overflow: hidden;
}

#copy02_2{
  height: 300px;
  width: auto;
}


#sprite_holder {
    width: 970px;
    height: 250px;
    overflow: hidden;
}

/* RETINA */
#sprite {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2910px;
    height: 1750px;
    background-repeat: no-repeat;
    
    /* transform: scale(0.5) translate(-50%, -50%);
    -ms-transform: scale(0.5) translate(-50%, -50%);
    -moz-transform: scale(0.5) translate(-50%, -50%);
    -webkit-transform: scale(0.5) translate(-50%, -50%); */


    background-image: url('images/sprite.png');  
}
