@charset "utf-8";
/* CSS Document */

body {
	margin: 5px 0px 0px 0px;
  	padding: 0;	
}

.menuBg {
	-webkit-user-select: none;  
	-khtml-user-select: none;   
	-moz-user-select: none; 
	-o-user-select: none;    
	user-select: none; 
}

.mainMenu {
	width: 900px;
	height: 627px;
	position: relative;
	margin: auto;
}

.mainMenu img {
	width: 900px;
	position: absolute;
	z-index: -1;
}

.mainMenu .about {
	width: 323px;
	height: 89px;
	position: absolute;
	top: 175px;
	left: 274px;
}

.mainMenu .use {
	width: 199px;
	height: 111px;
	position: absolute;
	top: 265px;
	right: 71px;
}

.mainMenu .report {
	width: 213px;
	height: 60px;
	position: absolute;
	bottom: 19px;
	left: 63px;
}

.mainMenu .made {
	width: 213px;
	height: 60px;
	position: absolute;
	bottom: 19px;
	left: 306px;
}

.mainMenu .about,
.mainMenu .use,
.mainMenu .report,
.mainMenu .made {
	cursor: pointer;
}

.copyright {
	width: 900px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}