@charset "UTF-8";
body {
	background-color: #b4c3ae;
}
#bottom {
	background-image: url(Bilder/linie.gif);
	background-repeat: repeat;
	position: absolute;
	width: 110%;
	bottom: 0px;
	right: 0px;
}
#content {
	width: 680px;
	margin-left: -340px;
	position: absolute;
	left: 50%;
	height: 435px;
	margin-top: -300px;
	top: 50%;
}

