Aquí les incluyo el código de mi página.
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Documento sin título</title> <style type="text/css"></style> <link href="estilos/estilo_nuevo.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- body { background-image: url(imagenes/degradado_index.png); background-repeat: repeat-x; text-align:center; } cuerpo { margin:0 auto 0 auto; width:760px; height:1000px; } --> </style></head> <body> <div id="cuerpo"> <div id="encabezado"> <div id="encabezado_der"></div> <img src="imagenes/logoEncabezado.png" width="760" height="90" /> <div id="fondo_aba"><img src="imagenes/logoEncabezado_aba.png" width="760" height="14" /></div> </div> <div id="fondo_izq"><img src="imagenes/logoEncabezado_izq.png" width="12" height="871" /></div> <div id="fondo_der"><img src="imagenes/logoEncabezado_der.png" width="12" height="871" /></div> <div id="fondo_centro"></div> </div> </body> </html>
Espero que puedan ayudarme, hoy estuve varias horas intentando centrar, y aun no lo logro.
Gracias.