html{    height:100%;}body {	height:100%;}#bodybox {	position: relative;    height: 100%;	height: auto !important;    min-height: 100%;}#floatbg {	width: 100%;	height: 100%;	position: fixed;	top: 0;	left: 0;	display: none;	z-index: 1000;	background-color: #000;	filter: alpha(opacity=50);	-moz-opacity:0.50;	opacity:0.50;}#floatmenu {	display: none;	position: fixed;	top: 50%;	left: 50%;	width: 540px;	margin-top: -270px;	margin-left: -270px;	z-index: 1010;	text-align: left;	overflow: hidden;	zoom: 1;}#floatcontent {	margin: 0 auto;	padding: 0 22px;	background-color: #FFFFFF;}#closebtn {	cursor: pointer;}