body{
	margin:0;
	padding:0;
	background-color:#a5a3a3;
}

a{
	outline:none;
}


#start{
	width:730px;
	height:600px;
	position:absolute;
	left:50%;
	margin-left:-365px;
	top:50%;
	margin-top:-285px;
	z-index:10;
}

#start img{
	border:15px solid #9f9d9d;
}

a.weiter{
	font-family:trebuchet ms;
	font-size:19px;
	font-weight:bold;
	color:#b9bcb7;
	text-decoration:none;
}

span.text{
	font-family:trebuchet ms;
	font-size:19px;
	font-weight:bold;
	color:#b9bcb7;
	text-decoration:none;
	float:right;
	padding-bottom:5px;
}