

body {
    position: relative;
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

#background_exit_dc {
    position: absolute;
    width: 300px;
    height: 250px;
      -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -30px;
    top: -25px;
    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;
}


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

.fades{
  opacity: 0;
}

/* flipping logo styling */ 

/*#logo_container{
  background-color: transparent;
  width: 202px;
  height: 27px;
  perspective: 1000px;

  left: 29px;
  top: 204px;
  position: absolute;
}
*/
/* This container is needed to position the front and bottom side */
#logo_container_inner {
  position: relative;
  width: 100%;
  height: 100%;

  transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.front, .bottom{
  position: absolute;
  width: 100%;
  height: 100%;
  
  backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

  background-color: white;

}

/* NON RETINA */
#sprite {
    width: 3900px;
    height: 3000px;
    background-position: "0px 0px";
    background-repeat: no-repeat;
    background-image: url('images/spinner.png');  
}

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

#cursor_mask {
  position: absolute;
  width: 300px;
  height: 144px;
  background: #fff;
  bottom: 0;
}




