@font-face {
	font-family: 'HumanistSlab';
	src: url('../font/HumanistSlabserif712BT-Roman.eot?#iefix') format('embedded-opentype'), 
	     url('../font/humstslab712btroman.ttf')  format('truetype');
	font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'HumanistSlab';
	src: url('../font/HumanistSlabserif712BoldBT.eot?#iefix') format('embedded-opentype'), 
	     url('../font/HumanistSlabserif712BoldBT.ttf')  format('truetype');
	font-weight: bold;
}
* {
	margin: 0; 
	padding: 0; 
	outline: 0;
}
.clear {
	clear: both;
}
body {
	font-family: HumanistSlab, Georgia, "FangSong", "仿宋", STFangSong, "华文仿宋", serif;
	color: #fff;
	font-size: 12px;
}
.wrapper {
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;	
}	 