html, body {
    width:100%;
    height:100%;
    background: linear-gradient(#ddd, #777)
}

.splash {
    background: url('../images/splash.png') center no-repeat;
    height: 400px;
}

.logo {
    max-width: 42px;
    display: block;
    margin: -10px auto 0;
}
