body{
	background-color: #252718;
	background-repeat: repeat-x;
}

#stage-back{
	width: 868px;
	margin: 0 auto;
	background-image: url("/fileadmin/web/images/stage_back.png");
	background-repeat: repeat-y;
}

#stage{
	position: relative;
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 850px;
	overflow: hidden;
}

#stage .logo{
	margin: 31px 0 0 34px;
}

#stage .home-text{
	position: absolute;
	top: 480px;
	width: 415px;
	margin-left: 260px;
}
#stage .home-text .bodytext{
	color: #474f52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#stage .footer{
	position: absolute;
	display: inline-block;
	left: 0;
	bottom: -1px;
	background-color: #abb3b6;
	height: 26px;
	width: 850px;
	float: left;
}

#stage .footer .footer-text{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px 0 0 37px;
}

#stage .footer a{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#stage .footer .copyright{
	float: right;
	margin: 5px 48px 0 0;
}

#stage .footer .copyright .bodytext{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



