body {
	margin: 0px;
	padding: 0px;
	background-image: url('picts/kopf_bottom.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	}
	
#p1center {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 100px;
	margin-top: -180px;
	margin-left: -200px;
	text-align: center;
	padding: 20px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	z-index: 1;
	color: #222;
	}
	
#p1center p {
	display: inline;
	background-color: #fff;
	}
	
a {
	color: #000;
	backround: transparent;
	}