
body {
    font-family: serif;
	background-color: #111111;
    text-align: center;
}

#content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	vertical-align: middle;
	display:table;
	height: 100%;
	width: 100%;
	background-color: #111111;
}

#center {
	margin:auto;
	vertical-align: middle;
	height: 100%;
	display: table-cell;
	text-align: center;
	width: 100%;
}

#nichts {
    color:#0E0E0E;
    font-size: 30em;
	width: 100%;
    font-size: 40vh;
    display: inline-block;
    padding: 0;
	//text-shadow: 0 -1px 1px #0A0A0A, 0 1px 1px #171717;
}

#link {
	color:#0E0E0E;
    text-decoration: none;
}

#link:hover {
    color:#ff6600;
}

