html {
	background-color:#1d1d1d;
}
body {
	height:900px;
	width:1024px;
	background-color:#1d1d1d;

}
a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
	}
#footer {
	position:absolute;
	top:450px;
	left:38%;
	bottom:0px;
	margin:auto;
	height:61px;
	width:404px;
	background-image:url(../images/bg_praesens.png);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#333;
}

#logo {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	top:0px;
	bottom:150px;
	left:35%;
	height:500px;
	width:500px;
}

#vme {
	position:absolute;
	top:611px;
	left:38%;
	bottom:0px;
	margin:auto;
	height:61px;
	width:404px;
	background-image:url(../images/bg_praesens.png);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#333;
}

#progress {
	position:absolute;
	top:782px;
	left:38%;
	bottom:5px;
	margin:auto;
	height:61px;
	width:404px;
	background-image:url(../images/fortschritt.png);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#333;
}

#shoutbox{
	position:absolute;
	left:90%;
	top:500px;
	background-color:#9F6;
}