.header {
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 48px;
}

.header img {
	vertical-align: bottom
}

.nav1 {
	background-color: #3b6cb4;
	width: 100%;
	height: 50px;
}

.banner {
	width: 1300px;
	margin: 0 auto;
}

.banner img {
	width: 100%;
}

.footer {
	width: 100%;
	padding: 20px 0;
        margin-top: 40px;
	background-color: #3b6cb4;
	background-image: url(/img/footer.png);
	background-size: 260px;
	background-position: bottom;
	background-repeat: no-repeat;
}

.footer p {
	text-align: center;
	line-height: 1.8;
	color: #fff;
}
