body {
	background-image: url(splashpics/pattern.jpg);
	margin: 0px;
	font-family: Arial;
	color: #ffffcc;
	font-size: 11px;
	background-color: #333333;
}
.titel {
	margin: 100px;
}
.text {
	font-size: 10px;
	position: fixed;
	bottom: 50px;
	width: 100%;
}
a.enter {
	text-indent: -1000px;
	margin: 0px 0px 10px 0px;
	display: block;
	width: 120px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.enter:hover {
	background-position: 0 -13px;
}
#englishLink {
 background-image: url(splashpics/englishRoll.jpg);
}
#germanLink {
 background-image: url(splashpics/germanRoll.jpg);
}
a{
	color:#ffffcc;
}
p#c {
	position: absolute;
	bottom: 50px;
}
h3 {
	line-height: 20px;
	margin-top: 100px;
}