@charset "utf-8";
/* CSS Document */

.header{
	width:100%;
	height:120px;
	background:#dff1fd;
}
.main-content{
	width:100%;
	height:500px;
	background:url(../images/bg.jpg) no-repeat right center #bde3fa;
	background-size:90%;
	border-top:1px solid #9cddf9;
}
.footer{
	width:100%;
	height:60px;
	background:#dff1fd;
}
.FooterText{
	display:block;
	margin:15px 0 0 20px;
	font-size:11px;
}

@media (max-width: 768px) {
	.main-content{
		background-size:100%;
		background-position:center center;
	}
}