/* CSS Document */

body {
	background-color: #8ED8F8;
}
.container{
	max-width: 1440px;
	min-width: 380px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height:inherit;
	background-color: #8ED8F8;
}

#head_back, #foot_back {
	display: block;
	margin: 0px auto 0px auto;
	width: 100%;
	max-height: none;
}

#head_back {
    background-image: url("../img/head.png");
    background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#foot_back {
	background-image: url("../img/foot.png");
    background-size:  contain;
	background-position: center;
	background-repeat: no-repeat;
}