	@media screen and (max-width: 1050px) {
		body {

			background-color: #ffffff;
		}


	}

	/* Site-sponsorship background image removed 2026-09-03 (was Burleigh/Denby, live since
	   Nov 2023). The positioning rules are kept so a future sponsor is a one-line change:
	   uncomment a background-image below. Note head-bs4_ai.php only branches on
	   travelbrochures (which loads its own travelbrochures.css), so usatourism.co.uk falls
	   through to THIS file -- and the URLs here are hardcoded to www.catalink.com, so a
	   catalink sponsor's artwork also rendered behind usatourism. Worth checking whenever a
	   new sponsor goes in. */
	@media screen and (min-width: 1050px ) {
		body {
		/*	background-image: url(//www.catalink.com/images/sitesponsorship/lands-end/lands-end-site-spon-testing-2205.jpg); */
		/*	background-image: url(//www.catalink.com/images/sponsorship/burleigh-denby-site-sponsorships-2311-v2.jpg); */

			background-repeat: no-repeat;
			background-attachment: fixed;
			background-position: center top;
			background-color: #ffffff;
		}
	}