
{
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}

body {
	height: 95%;
	margin: 0 auto;	
	font: 16pt Arial, Helvetica, sans-serif;
	background-color: #d8d8d8;
}


p {
	color: #fff;	
	font: 0.7em courier;
	text-align: center;
	background-image: linear-gradient(to right, transparent 19%, #c8c8c8 50%, transparent 81%);
}

a {
	color: inherit;
	text-decoration: none;
}

.zentriert {
	position: relative;
	top: 50%;
	margin: 0 auto;
}

.rechtsunten {
	position: absolute;
	bottom: 2em;
	right: 2em;
	font: 0.7em courier;
	color: #c0c0c0;
}