*{
	margin: 0px;
	padding: 0px;
}

body{
	width: 100%;
	height: 100%;
	font-family: "arial", sans-serif;
	font-size: 13px;
	background-color: #000000;
}

div#image-container{
	position: absolute;
	top: 50%;
	margin-top: -375px;
	width: 100%;
	height: 700px;
	background-position: center center;
	background-repeat: no-repeat;
}

div#image{
	position: absolute;
	left: 50%;
	margin-top: 82px;
	margin-left: -387px;
	width: 770px;
	text-align: center;
}

img.motiv{
	width: 770px;
	height: 544px;
	border: none;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	margin-top: 30px;
}
