

.wrapper {
	width: 90%;
}

header {
	height: 150px;
}
.logo {
	width: 60%;
	float: left;
}

.logo img {
	width: 100%;
}

.topcontact {
	float: right;
	text-align: center;
	padding-top: 20px;
	font-size: 80%;
	line-height: 1.5em;
}

.topcontact img {
	width: 30px;
	height: auto;
	margin-bottom: 5px;
}