Dankeschön!
Da soll wirklich nur die Bilddatei sein, sonst nichts bzw Schwarz.
<head>
<title>...</title>
<style>
body {
background-color: black;
text-align: center;
}
</style>
<body>
<div>
<img src="https://bilder.bild.de/fotos/bu-32-bildlogo-0812-jpg_14249078_mbqf-1325756515-21916986/Bild/1.bild.jpg" height="200px" alt="pfui!!" >
</div>
</body>
</head>
Funktioniert soweit. Jetzt braucht's noch ein vertical alignment. Das Ding muss also auch mittig (horizontal) und mittig (vertica) hängen.