Amigo daPhyre: he eliminado el comentario HTML.... pero pasa lo mismo...... 
El 'header' es para ubicar el TITULO o un logo 
 Cita:  <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN'
'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='es'>         
<head>
 
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel='stylesheet' type='text/css' href='/css/header2.php'>
</head>
 
<body>
<div id="contenedor">
  <div id='header' > <!-- logo -->
  <h1><a href="/">Titulo</a></h1>
    <div style='margin-top:8px'>
    <span style='font-style:italic'>Leyenda</span>
   </div>
 </div>
 
<div id='cuerpo'>
<center>Hola Mundo</center>
</div><!-- cuerpo -->
 
</div> <!-- contenedor --> 
</body>
</html>
    AXUILIO