html,
body {
	margin: 0;
	padding: 0
}

.header {
	background: url(../images/banner.png) no-repeat center center;
	height: 448px
}

.font18 {
	font-size: 18px
}

.font22 {
	font-size: 22px
}

.font30 {
	font-size: 30px
}

.lh50 {
	line-height: 50px
}

.lh80 {
	line-height: 80px
}

.footer {
	background: #f1f1f1;
	line-height: 35px;
	color: #999;
	padding: 50px 0
}