#container_top {
	background-image: url(/images/top_back.jpg);
	background-repeat: repeat-x;
	height: 154px;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #010101;
	font-family: Arial, Helvetica, sans-serif;
}
#footer .contact {
	font-size: 26px;
}
#footer .contact a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 12px;
}

#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 10px;
}

#top {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container_body {
	background-color: #FFFFFF;
	background-image: url(/images/body_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
#main_body {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
	padding-top: 20px;
}
#container_footer {
	background-image: url(/images/footer_back.jpg);
	background-repeat: repeat-x;
	height: 105px;
	width: 100%;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
