html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 120px;
}
header .logo-qsl {
	margin: 20px 10px;
	width: 96px;
	height: 50px;
	float: left;
	background: url('../../../img/QSL-Logo.png') no-repeat;
	background-size: 96px 50px;
}
header .logo {
	width: 178px;
	height: 100px;
	float: right;
	background: url('../img/hmdnokia.png') no-repeat;
	background-size: 178px 100px;
}
header h2 {
	margin-top: 0;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120px;
}
footer .copyright {
	margin-top: 50px;
	color: #737373;
	font-size: 13px;
	text-align: center;
}
