body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
      background-color: #000000;
}

.bg { position: absolute; left: 50%; width: 1200px;
margin-left: -600px; /* negative Hälfte von width:1200px */
top: 0px; height: 100%;
margin-top: 0%; /* negative Hälfte von height:410px */
background-image:url(hintergrundTEXT.png);background-repeat:no-repeat;background-position:center;
background-color: #282520;
}

