/*
	FOOTER STICK

	based on FOOTER STICK ALT by THE MAN IN BLUE
	http://www.themaninblue.com/experiment/footerStickAlt/
*/

html, body {
	height: 100%;
}
* html #container {
	height: 100%;
}
#container {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
}
#footer {
	position:relative;
	margin:-62px auto 0px auto;
	padding:0px;
}
/* END FOOTER STICK */
