#headerHome, #headerElse {
	background-image: url(../img/header-background.png);
	width: 100%;
	height: 100px;
	margin-bottom: 40px;
}

#headerHome #header_container {
	position: relative;
	width: 80%;
	min-width: 920px;
	max-width: 1200px;
	margin: 0px auto 0px auto;
}

#headerElse #header_container {
	position: relative;
	width: 915px;
	margin: 0px auto 0px auto;
}

#headerHome #contact, #headerElse  #contact {
	position: relative;
	top: 30px;
	left: 5px;
}

#headerHome #logo {
	position: relative;
	top: -46px;
	text-align: right;
}

#headerElse #logo {
	position: absolute;
	top: 0px;
	left: 770px;
}