#umgebung {
	height:			100%;
	width:			100%;
}

#image {
	height:			140px;
	width:			960px;
	margin:			0 auto;
	position: 		absolute;
	top: 			50%;
	left: 			50%;
	margin-left: 		-480px; 
	margin-top: 		-60px;
	text-align:		center;
}

body {
	line-height: 14px;
	color: #666666;
	background-color:#FFFFFF;
	
}