div.bottomMenu {
	z-index: auto;
	overflow:hidden;
	visibility:visible;
	width:100%;
	text-align:center;
	clear:both;
	position:absolute;
}

* html div.bottomMenu{
	bottom:-5px;

}
#testBox {
	border:solid 3px orange;
	position:absolute;
	top:0px;
z-index:99;
height:99%;
width:100%;
}

