
#bottom_separator {
	left: 0px;
	top: 0px;
	clear: left;
	height: 100px;
}

#footer {
	background-color: white;
	font-size: 11px;
	max-height: 20px;
	top: auto;
	background-repeat: repeat-x;
	background-image: url(../img/footer_bg.png);
	bottom: 0px;
	height: 20px;
	width: 800px;
}

#footer #copyright {
	float: left;
	position: relative;
	left: 10px;
}

#footer #footer_links {
	position: relative;
	text-align: right;
	right: 10px;
	float: right;
}

