Vale, ok, lo planteo de otra forma, porque el header, tiene ese margen ahí, y no sale pegado arriba:
Código:
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<style>
body {background-image: url(img/bg_black.png);}
header {width: 916px; height: 150px; background-image: url(img/bg_white.png);margin: 0 auto;}
</style>
<header>
</header>
<div id="wrapper">
</div>
</body>
</html>