body {
	max-width: 400px;
	margin: auto;
	font-family: 'Didact Gothic', sans-serif;
}

#oben {
    width: 400px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -10px;
}

#unten {
    width: 400px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -310px;
}

p {
	text-align: center;
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -55px;
    margin-top: -26.5px;
    text-transform: uppercase;
}