@charset "utf-8";
.INFINITE_FOOTER {
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	float: none;
	clear: none;
	z-index: 0;
	position: fixed;
	width: 100%;
	height: 98%;
	top: 25px;
	background-attachment: fixed;
	overflow-y:scroll;
	visibility:visible;
}
