@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(graphics/body-tile.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.BodyBack {
	background-attachment: scroll;
	background-image: url(graphics/body-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.Header {
	background-attachment: scroll;
	background-image: url(graphics/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.MenuBar {
	background-attachment: scroll;
	background-image: url(graphics/menubar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.BottomBar {
	background-attachment: scroll;
	background-image: url(graphics/bottombar.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.BottomBack {
	background-attachment: scroll;
	background-image: url(graphics/bottom-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
