@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
}

.header{
	/*width: 100%;*/
	width: 1022px;
	/*background-color: Green;*/
	height: 125px;
	float: left;
}

.headLogo{
	float: left;
}

.language{
	float: right;
	/*width: 235px;*/
}

.menu{
	float: right;
	margin-top: 34px;
}

.mainBg{
	height: 612px;
	/*height: 700px;*/
	width: 100%;
	float: left;
	background-color: #e3f4f0;
	background-image: url(../tw/images/whiteBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	/*background-repeat: no-repeat;
	background-position: 0px bottom;*/
}

.content{
	width: 1223px;
	/*background-color: Fuchsia;*/
	background-image: url(../tw/images/contentBg.jpg);
	background-position: 0px bottom;
	float: left;
}

.contentLeft{
	width: 297px;
	height: 612px;
	/*background-color: Aqua;*/
	float: left;
}

.loginDiv{
	width: 193px;
	height: 168px;
	float: left;
	margin: 25px 0 0 31px;
	_margin: 25px 0 0 16px;
}

.joinDiv{
	width: 193px;
	height: 54px;
	float: left;
	margin: 0 0 0 31px;
	_margin: 0 0 0 16px;
}

.contentRight{
	width: 715px;
	height: 600px;
	/*background-color: Fuchsia;*/
	float: left;
}

.banner{
	float: left;
	margin-top: 22px;
}

.news{
	float: left;
	margin-top: 7px;
}

.about{
	float: left;
	margin: 7px 0 0 30px;
}

.footer{
	float: left;
}
