body {
	background-color: #1D2C18;
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CCFF00;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}

.main_top {
	background-image: url(images/29.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.main_bottom {
	background-image: url(images/31.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.main_left {
	background-image: url(images/28.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
.main_right {
	background-image: url(images/30.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
.main_content {
	background-color: #EDDEC7;
}