html,body {
	font-family:"Microsoft Yahei","Arial Unicode MS", Arial;
	/*_font-family:Arial Unicode MS,Arial;*/
	font-size:10pt;
	/*height:100%;*/
	margin:0px;	padding:0px;
	color:#fff;
	overflow:hidden;
}

p,img {margin:0; padding:0;}

.preload {
	display:none;
	visibility:hidden;
	overflow:hidden;
}

.preload img {
	display:none;
	visibility:hidden;
	overflow:hidden;
	width:0px; height:0px;
	border:none;
}

.bgMax {
	background:#2a6e01;
	position:absolute;
	bottom:0; top:0;
	z-index:-9999;
}

.logo {
	width:160px; height:94px;
	padding-bottom:10px;
	position:absolute;
	bottom:25px; right:25px;
	background:url(images/LogoAniBg.png) no-repeat center bottom;
	z-index:9000;
}


.flashBg {
	position:absolute;
	width:100%; height:100%;
	display:none;
}

.none {display:none;}

.footer {
	float:left;
	color:#484848;
	position:absolute;
	bottom:20px; left:17%;
	display:none;
}

/*-------------------*/

*:focus {
    outline: none;
}

*::-moz-focus-inner {
    border: none;
}

.test {
	position:absolute;
	top:5%; left:12%;
	z-index:90000;
}

.test a {
	background:#000;
	display:block;
	width:auto; height:30px;
	text-align:center;
	color:#09F !important;
	font-size:11pt;
	float:left;
	margin-right:20px; margin-bottom:20px;
	padding:0px 5px;
	line-height:30px;
}

#myIframe {
	z-index:1000;
	width:100%;
	height:100%;
}

#myIframe iframe {
	width:100%;
	height:100%;
	position:absolute;
	
	_position:fixed;

}


