body {
	background-color: #c60101;
	margin: 0;
}
.footer {
	background-color: #FFFFFF;
}
.welcome_bg {
	background-image: url(../img/welcom_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	padding-top: 70px;
}
.footer_bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a30200;
	width: 500px;
	text-align: center;
	line-height: 22px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

