body {height: 100%;}
* html body {overflow: hidden;}

div#footer_frame {
	position: absolute; 
	bottom: -1px; left: 0; 
	width: 100%; height: 25px; 
	padding: 0; margin: 0;
	z-index: 10; overflow: hidden;
}

@media screen {
	body>div#footer_frame {
		position: fixed;
	}
}

div#wrapper_frame {
/*	position: absolute; */
	padding: 0; margin: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}
* html div#wrapper_frame {height: 100%; overflow: auto;}
