@charset "utf-8";
.body {
	background-image: url(../Images/arch.jpg);
	background-position: center center;
}
.body {
	background-attachment: scroll;
	background-image: url(../Images/arch.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.background {
	background-attachment: scroll;
	background-image: url(../Images/arch.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
