
html {
	width: 100%;
	height: 100%;
	background: url(20-zeugnerstart_c_faceland-com.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.rotation {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
}
.wrapper {
	background: url(logo-starts.png) no-repeat bottom right fixed;
	background-size: 33%;
	margin: 0 -8px 0 0;
	overflow-x: hidden;
	overflow-y: hidden;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	cursor: pointer !important;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='logo-starts.png',
	sizingMethod='scale');
}

.copyright {
	background: url(faceland-copyright.png) no-repeat top left;
	background-size: 40%;
	overflow-x: hidden;
	overflow-y: hidden;
	top: 0;
	left: 0;
	position: fixed;
	width: 50%;
	height: 50%;
}

