html {
    height: 100%;
}
body {
    background: #005137;
    background: url("../skoda/background.jpg") no-repeat center top;
    background-size: cover;
    /*min-height: 100%;*/
    background-position: 0px 150px;
    margin: 0;
}

@media only screen and (orientation: portrait) {
    body {
        background: url("../skoda/background2.jpg") no-repeat center top;
        background-position: 0px 150px;
    }
}

#footer {
    display: none;
}
