html, body, #container {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-color: #900000;
}
#container {
	text-align: left;
	vertical-align: middle;
	width: 915px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFCED;
}
#header {
	height: 152px;
	width: 915px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#german {
	margin-top: 85px;
	margin-right: 10px;
	margin-left: 80px;
}
#eglish {
	margin-top: 85px;
	margin-left: 10px;
}
#text {
	position: absolute;
	width: 200px;
	left: -200px;
	top: 0px;
}

