body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #ECFFBF;
}

a:link,a:active,a:visited  {color: #8F0000;}
a:hover {text-decoration: none; color: #8F0000;}

.topbg {
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.centerbg {
	background-image: url(images/center_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.contentbg {
	background-color: #FFFFFF;
	background-image: url(images/bottom_center_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.leftbg {
	background-image: url(images/bottom_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.rightbg {
	background-image: url(images/bottom_right_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
