body {
	width: 96%;
	height: 96%;
	background-image: url(../images/testbild.jpg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
p {
	position: relative;
	top: 50%;
	left: 47%;
	font-family: futura, arial, helvetica, sans-serif;
	font-size: 1.2em;
}
