@charset "UTF-8";
/* CSS Document */
	
#preview {
	background-image:url(constructor.jpg);
	position: absolute;
	left: 50%;
	width: 494px;
	margin-left: -247px; /* negative Hälfte von width: 500px */
	top: 50%;
	height: 436px;
	margin-top: -218px; /* negative Hälfte von height: 300px */
}
