* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana;
	text-align: center;
	font-size: .6em;
	background-color: #000000;
	color: #ffffff;
}

#text {
	position: absolute;
	left: 50%;
	margin-left: -55px;
	top: 50%;
	margin-top: -30px;
	text-align: left;
}

#pfeil {
	width: 100px;
	border: solid 1px red;
}

#footer {
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -155px;
}

a:link {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:focus {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

a:active {
	text-decoration: none;
	color: #ffffff;
}