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


#zentriert {
 position: absolute;
 width: 550px;
 height: 400px;
 left: 50%;
 top: 50%;
 margin-left: -275px;
 margin-top: -200px;
}
body {
	background-color: #000000;
}

#image{ position: absolute;
 width: 400px;
 height: 216px;
 left: 50%;
 top: 50%;
 margin-left: -200px;
 margin-top: -108px;

}

a {
	outline:none;
	text-decoration:blink;
	border:0px;
	
}
img{ border:0px;}
