html {
    min-height: 100%;
    width: 100%;
}
body {
    background-image: url('/static/images/backgrounds/splash.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    min-height: 100%;
}
#logo {
    padding: 40px;
}
#logo img {
    width: 200px;
    max-height: 10%
}
#four-o-four {
    margin-top: 12%;
    margin-bottom: 50px;
    text-align: center;
}
#four-o-four .err-404-number {
    color: #FFFFFF;
    font-size: 90px;
}
#splashText {
    min-height: 500px;;
    text-align: center;
    color: #FFFFFF;
    font-size: 33px;
}
#splashCaption {
    font-family: proxima_nova_rgregular;
}
#splashCaptionBack a {
    font-size: 16px;
    text-decoration: none;
    color: #E2E2E2;
}