@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align:center;
	border: 0px;
	overflow:hidden;
}

.bg {
	position:absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index:0;
	min-width:100%;
	min-height:100%;
	background-image:(../_img/bg.jpg) ;
}

.logo {
	position:absolute;
	left:50px;
	bottom:-60px;
	width: 500px;
	height: 250px;
	background-image:url(../_img/logo.png);
	z-index:10;
}

.bottomline {
	position:absolute;
	left: 0px;
	right: 0px;
	bottom: 40%;
	top: 40%;
	height: 260px;
	text-align: center;
	z-index:10;
}

.bottomline_center {
	margin: auto;
	height: 120px;
	width: 592px;
}

.button {
	display:block;
	float:left;
	margin: 10px;
	width: 110px;
	height: 110px;
	border: hidden;
}

.button:hover {
	margin: 5px;
	width: 120px;
	height: 120px;

}




.Info {
	position:absolute;
	top: 30px;
	bottom: 200px;
	right: 60px;
	left: 560px;
	padding-top: 150px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-left: solid 2px rgba(255,255,255,0.5);
	border-bottom: solid 2px rgba(255,255,255,0.5);
	z-index:10;
	min-width: 200px;
	
}

.Info2 {
	position:absolute;
	bottom: 200px;
	left: 560px;
	padding: 50px;
	margin: 10px;
	background-color:rgba(255,255,255,0.8);
	
	z-index:10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1E824C;
	line-height: 22px;
	text-decoration: none;
	text-align: left
}