@charset "utf-8";
body {
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(graphics/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.BodyBack {
	background-attachment: scroll;
	background-image: url(graphics/body-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.Logo-back {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(graphics/logo-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.FooterBack {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(graphics/footer-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Century Gothic";
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
}
.FeatureBack {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(graphics/feature-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.ContactBack {
	background-attachment: scroll;
	background-image: url(graphics/contact-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

