.Background {
	background-image: url(..Images/CSS_Images/EST_COLLAGE_Header_Teal_Bkgnd.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
body {
	background-image: url(../Images/CSS_Images/EST_COLLAGE_Green_Gray_Bkgnd.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6296CA;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
