* {
	margin: 0;
	padding: 0;
}
html, body {
	color:#fff;
	background-color:#2c2c2c;
	width:100%;
	height:100%;
	overflow:hidden;
}
div#bg {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
}
div#bg img {
	width: 100%;
	height: 100%;
}
div#logo {
	position: absolute;
	top:40px;
	left:50px;
	z-index: 10;
}
div#container {
	z-index: 2;
	position:absolute;
	left: 50%;
	top: 35%;
	width: 600px;
}
div#content {
	background: transparent url('../images/index/bg.png');
	position: absolute;
	width: 100%;
	top: -50%;
	left: -50%;
	z-index: 3;
	border-radius: 15px 15px;
	font-family: "Helvetica Neue", helvetica, arial, verdana, sans-serif;
}
.latin {
	font-family: "Helvetica Neue", helvetica, arial, verdana, sans-serif;
}
.zh_CN {
	font-family: "SimHei", sans-serif;
}
div#content div {
	position: relative;
	z-index: 40;
	margin: 35px;
}

h1 {
	font-size: 28px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
p, a {
	font-size:14px;
}

a {text-decoration:underline;color:#fff}
a:hover {text-decoration:underline;color:#f29400;}
a.button {
	cursor: hand;
	cursor: pointer;
	display: inline-block; 
	position: relative;
	z-index: 10000;
	margin: 15px 0;
	background: transparent url('../images/index/arrow.png') no-repeat center right;
	text-decoration:none; 
}
a.button:hover {
	background: transparent url('../images/index/arrow_hover.png') no-repeat center right;
	text-decoration:none; 
}
a.button span {
	font-size:  12px; 
	display: inline-block; 
	background: transparent url('../images/index/bg_white.png');
	color: #000; 
	padding: 7px 25px;
	margin-right: 8px; 
	text-decoration:none; 
}
a.button:hover span {background: #f29400; text-decoration:none;}

