div { width: 900px; height: 600px; padding: 0; border: solid 0 #3983ab; }

.absolut-zentriert {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
