.splash{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 670px;
    
}
body{
    margin: 0px;
    background: #5e3b28 url("splash.jpg") repeat-y fixed center top;   
}