Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Bienvenido</title>
<style type="text/css">
<!--
/* Etiquetas */
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#111111
/* Capas */
}
#contenedor {
width:760px;
z-index:1;
left:0px;
top:0px;
margin:0 auto;
}
#centrado {
width:760px;
height:auto;
z-index:2;
left:0px;
top:0px;
}
#superior {
width:760px;
height:100px;
z-index:3;
left:0px;
top:0px;
background-color:#666666;
}
-->
</style>
</head>
<body>
<div id="contenedor">
<div id="centrado">
<div id="superior">
</div>
</div>
</div>
</body>
</html>
Bendiciones.. algo he aprendido :D espero no estar mal, no soy experto sino experimento hasta que logró dar con el problema (no siempre)