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

