/*
Footer container
*/
#footer_container {
	width: 730px;
	height: 235px;
	position: absolute;
/* Leave room for sidebar */
	left: 44px;
	bottom: 0;
/* Background properties */
	background-image: url(images/footercontainer.gif);
	background-repeat: no-repeat;
}

#copyright {
	width: 309px;
	height: 33px;
	margin: 0;
	padding: 0;
/* Position relative to #FOOTER_CONTAINER */
	position: absolute;
	left: 10px;
	bottom: 3px;
	background-image: url(images/footertext.gif);
	background-repeat: no-repeat;
}