body{
	/* background-image:url(images/holid010.jpg);} */
	background:#c2e0ec; /* background color c2e0ec matches the color of the bottom of the jpg */
	background-image:url(images/mainGlobalBg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center; /* This centers the jpg so it looks centered on wide screen monitors. */
	}
