@charset "UTF-8";
body {
	text-align: center;
	font-family: Geneva;
	font-size: 101%;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	background-image: url(bilder/red.jpg);
}
#container {
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
}
#floater {
	height: 200px;
	width: 100%;
	float: left;
	position: relative;
	clear: both;
	margin-top: 50px;
}
#wrapper {
	text-align: left;
	height: 200px;
	width: 500px;
	background-image: url(bilder/shbckgrd1.jpg);
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#contwrapper {
	text-align: left;
	height: 200px;
	width: 500px;
	background-image: url(bilder/contbckgrnd.jpg);
	position: relative;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
}
