@charset "utf-8";
body {
	background-attachment: scroll;
	background-color: #666666;
	background-image: url(graphics/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.MainTable {
	background-attachment: scroll;
	background-image: url(graphics/table-back.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.Newsletter {
	background-attachment: scroll;
	background-image: url(graphics/newsletter-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.MenuBack {
	background-attachment: scroll;
	background-image: url(graphics/menu-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

