@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFCC;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(graphics/body_back.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.TableBack {
	background-attachment: fixed;
	background-image: url(graphics/table_back.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.MenuBack {
	background-attachment: scroll;
	background-image: url(graphics/menu_back.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

