Dejo una simple idea de mi sitio para ver si logramos realizar algo que se ajuste a mis necesidades:
Código:
Saludos ! <!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 { position:absolute; width:auto; height:auto; z-index:1; left:0px; top:0px; margin:auto; } #centrado { width:760px; height:auto; z-index:2; left:0px; top:0px; } #superior { position:absolute; 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>