html{
	overflow:auto;
}
body{
	padding-top: 100px;
	background: #F2F3F5;
	overflow: auto;
}
.footer{
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fff;
}
.footer p{
	position: relative;
	text-align: center;
	line-height: 30px;
}