body {
	margin:0 ;
	padding:0 ;
	overflow:hidden ;
}

.ms-section{
	font-family:"Microsoft Yahei" ;
	font-size:50px ;
	color:white ;
	text-align:center ;
}

#header,#footer{
	width:100% ;
	height: 80px ;
	font-size: 24px ;
	font-family:"Microsoft Yahei" ;
	line-height:80px ;
	text-align:center ;
	color:white ;
	background-color:black ;
	position:fixed ;
	z-index: 9 ;
}
#header{
	top:0 ;
}
#footer{
	bottom:0 ;
}
