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

