* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Georgia, serif;
	overflow: hidden;
}


.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}
#contentflash {
	width: 930px;
	height: 570px;
	margin-left: -465px;
	
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 6000;
}

#imprint {
	background: url(../images/impressum.png);

	width: 61px;
	height: 27px;
	margin-left: 399px;
	position: absolute;
	z-index: 5500;
	top: 565px;
	left: 50%;
}
