*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
		background-color: #56c1e2;
}


#Wrap{
	width: 100%;
	position: relative;
}

.logo{
	display: block;
	width: 250px;
	height: 95px;
	background-image: url('../images/logo.png');
	position: absolute;
	top: 1%;
	left: 9%;
}


header{
	width: 100%;
	height: 800px;
	background-image: url('../images/head.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	/* background-color: #98eaff; */
}


section{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
}

#cont{
	width: 1200px;
	height: 1410px;
	margin: 0 auto;
	background-image: url('../images/cont.jpg');
}

footer{
	width: 100%;
	height: 50px;
	background-image: url('../images/cr.png');
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
}