@charset "utf-8";
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Images/background.jpg);
	background-repeat: no-repeat;
}
#body {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
	text-align: center;
}
#footer {
	background-color: #FFBC00;
	height: 300px;
	margin-top: 40px;
}
#sitemap {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
