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

img {
    border: 0
}

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

#outer_wrapper {
    border: 1px solid #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 298px;
    height: 248px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

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

.fades {
    opacity: 0
}

.circle {
    position: absolute;
    top: 0;
    left: 0;
    border: solid 5px;
    background: 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 100px;
    height: 100px
}

#circle1 {
    border-color: #ea2459
}

#circle2 {
    border-color: #b92c5a
}

#circle3 {
    border-color: #8d305b
}

.sheen_container {
    position: absolute;
    top: 92px;
    left: 65px;
    width: 114px;
    height: 21px;
    overflow: hidden
}

#sheen {
    position: absolute;
    width: auto;
    height: 40px;
    top: -8px
}

#sprite_holder,
#sprite_holder2 {
    position: absolute;
    top: 45px;
    width: 300px;
    height: 250px;
    overflow: hidden
}

#sprite {
    width: 2700px;
    height: 1250px;
    background-position: "0px 0px";
    background-repeat: no-repeat;
    background-image: url(images/sprite_nonretina1.png)
}

#sprite2 {
    width: 2700px;
    height: 1250px;
    background-position: "0px 0px";
    background-repeat: no-repeat;
    background-image: url(images/sprite_nonretina2.png)
}
