body {
        background-image: url("/images/pools/ohio/spire-pool-8-bw.jpg");
	background-position: right center;
}

@media (orientation: portrait) {
        body {
                background-position: left center;
        }
}

@media (orientation: portrait) and (max-width: 500px) {
        body {
                background-image: url("/images/backgrounds/mobile/underwater-dive.jpg");
        }
}
