/* ****************** SEASONAL STYLES ONLY - COLORS AND GRAPHICS - NOT DIMENSIONS *********************** */
body {
	background:url(/images/global/autumn-bg.jpg) repeat-x scroll center top #36c;background-attachment:fixed; /* AUTUMN BACKGROUND */
	}
@media screen and (-webkit-min-device-pixel-ratio:0){
	#body {background:url(/images/global/autumn-bg.jpg) repeat-x scroll center top #36c;background-attachment:fixed; }
 }
#container {
	background:#fff;
	}

/* ****************** GLOBAL HEADER *********************** */
.globalHeader {background:url(/images/global/autumn-bg.jpg) repeat-x scroll center top #36c;}
@media screen and (-webkit-min-device-pixel-ratio:0){
	#globalHeader {background:#36c;}
	}

