@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
html{overflow-x:hidden; background-color:#FFF;}
body{
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
#white{
	background-color: #FFF;
}
.header{
	background-image: url(../weixin/bg_universal.png);
}
.innerhead{
	background-image: url(../weixin/weixin_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 900px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}