*{
	margin				: 0;
	padding				: 0;
}
body{
	text-align			: center;
	overflow			: hidden;
	background			: #006600 url(../Common/images/Homepage/homepageBG.png) repeat-x 0 0;
}

.divHomepageLogoWrap{
	width				: 100%;
	height				: 260px;
	background			: #ffffff url(../Common/images/Homepage/homepageLogo.png) no-repeat center center;
}
.divHomepageCopyrightWrap{
	width				: 920px;
	height				: 200px;
	margin				: auto;
}
.divHomepageQR{
	width				: 150px;
	height				: 130px;
	background			: transparent url(../Common/images/Homepage/homepageQR.png) no-repeat left bottom;
	float				: left;
}
.divHomepageCopyrightItemsWrap{
	width				: 770px;
	height				: 150px;
	float				: left;
	text-align			: left;
}
.lblHomepageCopyrightItem{
	display				: block;
	width				: 100%;
	font				: bold 10pt "Î¢ÈíÑÅºÚ", Arial, Helvetica, sans-serif;
	color				: #77aa00;
	float				: left;
	line-height			: 24px;
}
.divHomepageBtnsWrap{
	width				: 666px;
	height				: 260px;
	margin				: auto;
}
.divHomepageBtnWrap{
	width				: 180px;
	height				: 196px;
	float				: left;
	text-align			: center;
	background			: transparent url(../Common/images/Homepage/homepageBtnShadow.png) no-repeat center bottom;
	margin				: 0 20px;
}
.aHomepageBtn, .aHomepageBtn:link, .aHomepageBtn:visited{
	width				: 160px;
	height				: 160px;
	margin				: 10px auto;
	border				: 2px solid #dddddd;
	background			: #f6f6f6;
	border-radius		: 80px;
	display				: block;
	text-align			: center;
	font				: normal 12pt "Î¢ÈíÑÅºÚ", Arial, Helvetica, sans-serif;
	line-height			: 140%;
	color				: #666666;
	text-decoration		: none;
}
.aHomepageBtn:active, .aHomepageBtn:hover{
	width				: 180px;
	height				: 180px;
	margin				: auto;
	border				: 1px solid #cc3300;
	background			: #ffffff;
	border-radius		: 90px;
	display				: block;
	text-align			: center;
	font				: normal 14pt "Î¢ÈíÑÅºÚ", Arial, Helvetica, sans-serif;
	line-height			: 140%;
	color				: #000000;
	text-decoration		: none;
}
.spanHomepageFlagEN{
	width				: 70px;
	height				: 47px;
	background			: transparent url(../Common/images/Homepage/homepageBtnFlag.png) no-repeat center top;
	display				: block;
	margin				: 40px auto;
	margin-bottom		: 20px;
}
.spanHomepageFlagCN{
	width				: 70px;
	height				: 47px;
	background			: transparent url(../Common/images/Homepage/homepageBtnFlag.png) no-repeat center bottom;
	display				: block;
	margin				: 40px auto;
	margin-bottom		: 20px;
}