Veis, por ejempo ahora mismo al añadir esto:
Código:
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500' rel='stylesheet' type='text/css'>
</head>
<body>
<style>
body {background-image: url(img/bg_black.png);margin: 0;}
header {width: 916px; height: 150px; background-image: url(img/bg_white.png);margin: 0 auto;}
header p {font-family: 'Exo', sans-serif; font-weight: 500; font-size: 20px; text-align: center;}
</style>
<header>
<p>TECHNO CORP. INDUSTRIES</p>
</header>
<div id="wrapper">
</div>
</body>
</html>
ahora aparece un espacio ahi descomunal, porque?? y a que se debe?, solo estoy cambiando el estilo del texto!