@charset "UTF-8";
/* CSS Document */

body {
	background-color: #0C0C0C;
}


.bild1 {
	display:block;
	position: absolute;
	/*background-image: url(test.jpg);*/
	background-repeat: no-repeat;
	height: 670px;
	width: 1024x;
	top: 50%; 
	left: 50%;
	margin-left: -512px;
	margin-top: -335px;
	/*margin-top: -319px;*/
}
