html, body { /* html und body brauchen diese Angabe */
	height:100%;
	overflow:hidden;
	background:#fff;
}
#space { 
	width:1px;
	height:50%;
	margin-bottom:-311px; /* die Hälfte der Inhals's Höhe */
	float:left;
}
#eloStartScreen {
	width: 836px;
	height:622px;
	left:50%;
	margin: 0 0 0 -417px;
	position:relative; /* hebt den inhalt vor den space  */
	clear:left; /* hebt das float vom space auf  */
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#959595;
}
#eloStartScreen a {
	color:#bf4216;
	text-decoration:none;
}
#eloStartScreen div.message {
  font-weight:bold;
  letter-spacing:.1em;
  text-align:center;
  margin:0 0 5px 0;
  padding:0 0 5px 0;
border-bottom:1px solid #D9D9D9;
}
#eloStartScreen #footersolgan {
	text-align:center;
	margin-top:60px;
}
#ezfg {

}
