body {
	background-color: #ffd29c;
	width: 1011px;
	margin: auto;
	font: 22px / 1.3 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif; 
}

#logo {
	display: block;
	width: 820px;
	height: 200px;
	margin: 100px auto;
}

#start {
	position: fixed;
	bottom: 8%;
	left: 8%;
}

.wurst {
	width: 128px;
	height: 128px;
	margin: -16px auto;
	background-image: url(back.png);
}

.wurst img {
	width: 112px;
	height: 112px;
	margin: 8px;
}

.wurst p {
	width: 400px;
	display: none;
	position: relative;
	left: 186px;
	top: -100px;
	padding: 15px;
	background-color: #ffcabb;
	border: 8px solid #000;
}

.wurst p em {
	font-weight: bold;
}

.zipfel {
	display: block;
	width: 128px;
	margin: auto;
}

#footer {
	padding: 300px 0 100px 0;
	font-size: 0.6em;
	color: #da8357;
	text-align: center;
}

#footer a {
	color: #da8357;
}