body,
html {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: sans-serif;
}
.merry-christmas {
    text-align: center;
    padding: 20px 0;
}
.merry-christmas img {
	width: 100%;
    max-width: 320px;
    height: auto;
}
.weihnachtsstern {
	margin: 0 auto;
	max-width: 1080px;
	height: auto;
}
.footer {
	padding: 30px 0;
	text-align: center;
}
.footer a {
	color: #0064a4;
	margin: 0 5px;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
}
.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;	
	z-index: 10;
}
.logo img {
	width: 100px;
	height: auto;
}
#cnv {
    width: 100%;
    height: 100%;
	position: absolute;
	z-index: 1;
}