html {
	background-color: rgba(0,0,0,95);
	background-image: url('../images/background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: contain;
	overflow: hidden;
}

.centerMe {
	margin: 2% auto !important;
	width: 20% !important;
	height: 95%;
	position: relative;
}

.header {
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
	background-position: center top;
	background-origin: content-box;
	background-clip: padding-box;
	height: 28%;
	width: auto;
	position: relative;
}

.impressum {
	position: absolute;
	top: 15px;
	right: 15px;
	left: auto;
	bottom: auto;
	color: #C0C0C0;
}

.impressum a {
	color: #C0C0C0;
	text-decoration: none;
}

.mainpage {
	position: absolute;
	top: 15px;
	right: auto;
	left: 15px;
	bottom: auto;
	color: #C0C0C0;
}

.mainpage a {
	color: #C0C0C0;
	text-decoration: none;
}