* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
}
#wrapper {
	text-align: center;
	width: 100px;
	margin: 200px auto auto;
}
#baustelle {
	width: 100px;
	height: 88px;
	background-image: url(baustelle.png);
}
