@charset "utf-8";
body {
	background-color: #FFF;
	margin: auto;
	height: 550px;
	width: 800px;
}
#container {
	background-color: #FFF;
	background-image: url(bilder/WEBSITE-INDEX_underconstruction.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 800px;
	background-position: center center;
}

