.blue{
	background-color: #0A3C8C;
}
div#startcenter{
	position:absolute;
	width:980;/*Breite des Bildes*/
	height:566;/*Höhe des Bildes + Buttons*/
	top:50%;
	left:50%;
	margin-left:-490;/* (980 / 2)*/
	margin-top:-288;/*  (566 / 2)*/
}
div#mainbuttons{
	/*background-color: #FFFF80;*/
	width: 980px;
	height:41px;
	text-align:center;
}

