/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	background: url('/gfx/verlauf.png');
	background-color: #212121;
	color: white;
}

img.center
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 935px;
	height: 613px;
	margin-left: -467px;
	margin-top: -306px;
}