	html {
		overflow: hidden;
	}
	body {
		margin: 0px;
		padding: 0px;
		background: #efefef;
		position: absolute;
		width: 100%;
		height: 100%;
		cursor: move;
	}
	
	#screen {
		position:absolute;
		font-family: arial;
		color:#4a4544;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background: #efefef;
		overflow: hidden;
	}
	#screen img {
		position: absolute;
		left: -1000px;
		-ms-interpolation-mode:nearest-neighbor;
	}
.navi {
	background: url(/imgs/mouse.gif) 15px 10px no-repeat;	
	position:absolute;
	height: 87px;
	width: 81px;
	
}
.grd, .foot {
	position:absolute;
	width:100%;
	text-align:center;
	left:0px;
	font-size: 12px;
	}
.grd {
	top:50%;
	height:50%;
	background:#dadada;
	}
.foot { 
	top:96%;
	left:0px;
	}
.foot .mmenu {margin-right: 30px}
.foot .mmenu a:link,.foot .mmenu a:visited {
	color: #FF0031;
	text-decoration: none;
	}
.foot a:link,.foot a:visited {
	color: #1795b3;
	text-decoration: none;
	}
.foot a:active,.foot a:hover, .foot .mmenu a:active, .foot .mmenu a:hover{
	color: #000;
	text-decoration: underline;
	}
.load {
	background: url(/imgs/loading.gif) 3px 13px no-repeat;	
	height: 29px;
	width: 24px;
	display: inline-block;
	margin-top: 0px; 
}
