body {
	background: url(img/bg_body.jpg);
}
#center {
	position: absolute;
	width: 860px;
	left: 50%;
	margin-top: 25px;
	margin-left: -430px;
	background: url(img/bg_center.jpg) repeat-y center top;
	overflow: hidden;
}
#header {
	width: 860px;
	height: 279px;
	background: no-repeat url(img/bg_header.jpg);
}
#footer {
	background: url(img/bg_footer.jpg) no-repeat center bottom;
	padding-bottom: 40px;

}
#content {
	background: url(img/bg_content.jpg) no-repeat center top;
	font-family: "Arial", "Verdana", sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#content p {
	margin: 0;
	padding: 0;
	line-height: 16px;
}
.footertable {
	font-family: "Arial", "Verdana", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a71d6f;
}
.footertable a{
	color: #000;
	font-size: 14px;
}
.footertable a:hover{
	text-decoration: none;
}
.footertable td{
	padding: 5px 0;
}
.footertable2 {
	font-family: "Arial", "Verdana", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a71d6f;
}
.footertable2 a{
	color: #FFF;
	text-decoration: none;
}
.footertable2 a:hover{
	text-decoration: underline;
}
.footertable2 td{
	padding: 10px 0 0 0;
}