body {
    line-height: 1;
}

html, body {
    width: 300px;
    height: 250px;
    overflow: hidden;
}

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

img {
    border: 0px;
}

#background_exit_dc {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    cursor: pointer;
    background: #fff5e2;
    z-index: 100;

    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -30px;
    top: -25px;
}

#outer_wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    overflow: hidden;
}

#inner_wrapper {
    display: none;
}


.retina {
    position: absolute;
    width: 300px;
    height: 250px;
    top: -1px;
    left: -1px;
    -moz-transform: rotate3d(1, 1, 1, .01deg);
}

.fades {
    opacity: 0;
}

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

.mask {
    overflow: hidden;
}

#footer_container {
    top: unset;
    bottom: 0;
}

.red {
    background-color: #F15E40;
    border-radius: 15px;
}

.green {
    background-color: #4EA24D;
    border-radius: 15px;
}

.yellow {
    background-color: #E8AB22;
    border-radius: 15px;
}

.header_color {
    height: 24px;
}

.footer_color {
    height: 34px;
}