h1 {
text-align: center;
}
div.mittig {
	position: absolute;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	top:50%;
	margin-top: -200px;
	height: 400px;
}
