.bodyMe {
	margin: 2% auto !important;
	width: 800px !important;
	height: auto;
	position: relative;
}

.headerMe {
	width: 1000px;
	height: 250px;
	position: relative;
}

.logo-left {
	width: 200px;
	height: 250px;
	position: absolute;
	left: 0px;
	right: auto;
	background-image: url('../images/icon.png');
	background-repeat: no-repeat;
	background-size: 200px auto;
	background-attachment: fixed;
	background-position: top center;
	background-origin: border-box;
	background-clip: border-box;
}

.logo-center {
	width: 600px;
	height: 250px;
	position: absolute;
	left: 200px;
	right: auto;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-size: auto 250px;
	background-attachment: local;
	background-position: center top;
	background-origin: border-box;
	background-clip: border-box;
}

.logo-right {
	width: 200px;
	height: 250px;
	position: absolute;
	left: auto;
	right: 0px;
	background-image: url('../images/icon.png');
	background-repeat: no-repeat;
	background-size: 200px auto;
	background-attachment: fixed;
	background-position: center top;
	background-origin: border-box;
	background-clip: border-box;
}