body {
    background-color: #f2f2f2;
    font-family: 'Open Sans Condensed', sans-serif;
}

#logo {
    height: 668px;
    left: 50%;
    margin-left: -334px;
    margin-top: -334px;
    position: absolute;
    top: 50%;
    width: 668px;
    text-align: center;
    line-height: 16em;
}

img.elastic {
    width: 100%;
}

#content {}

#footer {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 99%;
    background-color: #d10000;
}

#footer p {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
}

@media all and (min-width: 320px) and (max-width: 736px) {
    #logo {
        height: 300px;
        width: 300px;
        left: 50%;
        top: 50%;
        margin-left: -150px;
        margin-top: -150px;
    }
}