.Background {
	background-image: url(..Images/CSS_Images/MainBackground_CSS.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
body {
	background-image: url(../Images/CSS_Images/MainBackground_CSS.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4482C0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	text-decoration: none;
	color: #00FFFF;
}
a:visited {
	text-decoration: none;
	color: #66CCCC;
}
