@charset "UTF-8";

/* CSS Document */

body {

	/*background-image: url(../images/general/backdrop.gif);

	background-repeat: no-repeat;

	background-position:top center;*/

	margin:0;

	padding:0;

}



.cn{

font-family:Hei,STHeiti;

font-family:

}

.body_bg{background:url(../../_assets/images/general/backdrop.gif) no-repeat top center;}

#main_holder{

	width:1000px;

	min-height:750px;

	height:100%;





	font-family:'Rockwell',Georgia ,Cambria , Serif;

	font-weight:normal;

	font-size: 14px;

	margin-left:auto;

	margin-right:auto;

	text-align:left;

	position:relative;

}

#logo{

	background-image:url(../images/general/logo.png);

	background-repeat:no-repeat;

	width:252px;

	height:174px;

	position:absolute;

	right:20px;

	top:10px;

}

#logo #lang{

	margin-top:128px;

	margin-left:65px;

	color:#b6edfa;

	text-align:center;

	font-weight:bold;

	

}

 #logo #lang a{

 text-decoration:none;

 color:#b6edfa;

 outline:none ;

 }

 

#logo #lang a:hover{

 text-decoration:none;

 color:#FFFFFF;

 }



#logo #lang #en{

	font-size: 16px;

	padding:0px 5px;

}



#logo #lang #cn{

	font-size: 14px;

	padding:0px 5px;

}

#footer{

	font-size:13px;	

	font-weight:normal;

	clear:both;

	text-align:right;

	padding-top:50px;

	padding-bottom:15px;

	/*margin-top:-50px;*/

	margin-left:auto;

	margin-right:auto;

	color:#829981;

}