html, body, h1, { margin: 0px; padding: 0px; } body { font-family: Arial, Verdana, Sans-serif; background: #ffffff; } #afbeelding { display: block; position: absolute; width: 200px; height: 197px; text-indent: -99999px; overflow: hidden; margin-left: -100px; left: 50%; top: 100px; background: url('images/logo.jpg'); } h1 { position: absolute; width: 800px; height: 50px; line-height: 50px; font-size: 40px; top: 50%; left: 50%; margin-top: -25px; margin-left: -400px; color: #000000; text-align: center; }