#footerTopBackground {
	width: 100%;
	height: 200px;
	display: block;
	background: url(../layout/page_bottom_bg.jpg) repeat-x;
	margin-top: 40px;
}

#footerTop {
	width: 780px;
	height: 200px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background: url(../layout/page_bottom.jpg) no-repeat;
}

#footerBottomBackground {
	background-color: #333333;
}

#footerBottom {
	width: 780px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 12px;
}

#footerBottom a {
	color: #55DDFF;
	text-decoration: none;
}

#footerBottom a:hover {
	text-decoration: underline;
}

#footerBottom span {
	padding-right: 5px;
	padding-left: 5px;
}