#index.PageBackground {
    background-image: url("image/page-background-index-landscape.jpg");
}

@media screen and (orientation:portrait) {
    #index.PageBackground {
        background-image: url("image/page-background-index-portrait.jpg");
    }
}
