html{
	min-width: 1200px;
	overflow-x: auto;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	height: auto;
	min-height: 100%;
	background: url(../images/indexcenter.gif) left 389px repeat-x #dcdcdc;
}
.fullTable,.fullTable tr,.fullTable tr td{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: top;
}
.fullTable{
	background: url(../images/bodybg.jpg) no-repeat center center ;
}
.container{
	width: 1100px;
	margin:0 auto;
}
.logo{
	text-align: left;
	height: 70px;
	line-height: 70px;
	margin-top: 40px;
}
.logo span{
	font-family: Microsoft YaHei;
	font-size: 26px;
	font-weight: bold;
	margin-left: 130px;
}
.logo>img{
	float: left;
}
.contentwrap{
	height: 670px;
}
.enterButtonwrap>a{
	display: inline-block;
	width: 150px;
	height: 48px;
	margin:0 5px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
}
.enterTitle{
	font-family: Microsoft YaHei;
	font-size: 20px;
	margin-bottom: 15px;
	margin-left: 5px;
}
.enterwrap{
	width: 340px;
	text-align: left;
	float: right;
	margin-top: 160px;
}
.footer{
	margin-bottom: 50px;
}