@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
overflow: -moz-scrollbars-vertical;
}
body {
	height: 100%;
}
#stickyNonFooter {
	position: relative;
	min-height: 100%;
}
* html #stickyNonFooter {
	height: 100%;
}
#stickyContent {
	padding-bottom: 13px;
}
#stickyFooter {
	padding: 0;
	position: relative;
	z-index: -1;
	margin-top: -101px;
	height: 101px;
}
