@charset "utf-8";
/* CSS Document */

html, body, #footer_container {
	height: 100%;
	margin: 0;
	padding: -259px;
}
body > #footer_container {
	height: 100%;
	min-height: 100%;
	z-index: -2;
}

#footer {
	position: relative;
	z-index: -1;
	height: 259px;
	margin-top: -259px;
	background-image: url(images/footer_bg.gif);
}

#footer_content {
	padding-bottom: -259px;
}
