html, body {
    height: 100%;
    position: relative;
    min-height: 100%;
}

body {
    background: #F8F8F8;
    font-family: pt-mono, monospace;
    margin: 0 0 -20px;
    min-height: 550px;
    -moz-box-shadow: inset 0 0 120px rgba(0,0,0,.33); /* inner shadow */
    -webkit-box-shadow: inset 0 0 120px rgba(0,0,0,.33); /* inner shadow */
    box-shadow: inset 0 0 120px rgba(0,0,0,.33); /* inner shadow */
}

#page-wrapper {
    width: 100%;
    height: 100%;
    min-height: 100%;


}

#content-wrapper {
    position: absolute;
    width: 120px;
    height: 420px;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -60px;
}

.logo-wrapper {
    position: relative;
    width: 120px;
    height: 92px;
    margin: 0 auto;
}

.logo {
    width: 120px;
    height: 92px;
    position: absolute;
}

.logo.red {
    top: 2px;
    left: 5px;
    background: transparent url("../images/logo-red.png") top left no-repeat;
}

.logo.blue {
    top: 1px;
    left: 1px;
    background: transparent url("../images/logo-blue.png") top left no-repeat;
}

.logo.yellow {
    top: 2px;
    left: 2px;
    background: transparent url("../images/logo-yellow.png") top left no-repeat;
}

.logo.green {
    top: 3px;
    left: 2px;
    background: transparent url("../images/logo-green.png") top left no-repeat;
}

.logo.grey {
    top: 2px;
    left: 2px;
    background: transparent url("../images/logo-grey-dark.png") top left no-repeat;
}

#tell-tale {
    position: absolute;
    width: 280px;
    height: 220px;
    margin: 160px -80px 0;
    font-size: 14px;
    line-height: 18px;
}

#tell-tale p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 28px;
    color: #1111111;
}


#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #585858;

}

@media all and (max-height: 960px) and (max-width: 640px) {
    #content-wrapper{
        margin-top: -230px;
    }
    #tell-tale{
        margin-top: 145px;
    }
}