body {
	margin:0 auto;
	font-family: "Avenir Next";
}

a,
    a:visited,
    a:hover,
    a:active {
      text-decoration: none !important;
      color: inherit;
    }

li {
	list-style: none;
}

.header {
	background-color: #c0c0c0;
	color: #fff;
	height: 90px;
	widgh:100%;
}

.header-logo {
	float: left;
	size: 36px;
	padding: 20px 40px;
}

.header-list li {
	float:right;
	padding: 33px 20px;
}

.image {
	text-align: center;
}

.image img {
	width:25%;
	height:auto;
}

.meru, .memu {
	position: absolute;
	top: 150px;
	width: 25%;
	padding: 20px;
	background-color: #f0f0f0;
	border-radius: 8px;
}

.meru img, .memu img {
	width: 40%;
}

.meru {
	left: 50px;
}

.memu {
	right: 50px;
}

.links img {
	width: auto;
	height: 60px;
}

.footer {
	background-color: #2f5167;
	color: #fff;
	height: 50px;
	padding: 40px;
}

.footer-list li {
	padding-left:50px;
	padding-right:50px;
	float:left;
}