
body {
	text-align: center;
	height: 100%;
}

img {border: 0;}

* {
	text-decoration: none;
	color: white;
}

#container {
	width: 800px;
	height: 600px;
	position: relative;
	margin: 0 auto;
	clear:left;
}

#navi {
	position: absolute;
	top: 300px;
	
}

#weiter {
	width:110px;
	height: 50px;
	position: relative;
	margin: 0 auto;
	
}

#zurueck {
	width:50px;
	height: 50px;
	position: relative;
	margin: 0 auto;
	
}


#footer {
	color: white;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	width: 800px;
	position: fixed;
	bottom: 3px;
	left: 50%;
	margin-left: -400px; /* negative Haelfte von width:800px */
}