body {
	background: #474747;
	margin:0;
    padding:0;
    height:100%;
}

@font-face {
	font-family: 'keyboard';
	src:url('LinBiolinum_K.ttf') format('truetype');
}

#winnetou {
	font-family: 'keyboard';
	font-size: 7em;
	text-align:center;
}

#footer {
	font-family: monospace;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
    position:absolute;
    bottom:0;
    right: 10;
    width:100%;
}

#goto {
	font-family: monospace;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.win { 
	margin-bottom: 0;
	margin-top: 2em;
}

a:link, a:visited, a:hover,a:active {
	color: #FFFFFF;
	text-decoration: none;
}


