Cita:  
					Iniciado por ZoroRoronoa  
  pues no te puedo ayudar muy bien, por que no pones la imagen y el codigo html.
 
por que veo que pones en el ancho (width) 932px.
y es por eso que sale corrido.
 
y no podria darte una respuesta concreta, ya que pudiera ser, que los metas en otro contenedor y le des la propiedades necesarias.
 
o que el #cuerpo le pongas otro ancho, etc... son varias respuestas.
Asi que pon el codigo
    
Te lo pongo todo aqui: 
HTML:   
Código HTML:
Ver original- <!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"> 
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
- <LINK href="imagenes/css.css" rel="stylesheet" type="text/css"> 
-   
- <div id="cuerpo" align="center"> 
- AQUI IRA TODO EL CONTENIDO 
CSS:   
Código CSS:
Ver original- @charset "utf-8"; 
- /* CSS Document */ 
-   
- #cabecera { 
-     background: #9b0000; 
-     width: auto; 
-     height: 39px; 
-     border-bottom: #cc6767 2px solid; 
- } 
-   
- #cabecera_img { 
-     background: url(cabecera.png); 
-     width: 1024px; 
-     height: 40px; 
-     margin: 0 auto; 
- } 
-   
- body 
- { 
-     margin-left: 0px; 
-     margin-top: 0px; 
-     margin-right: 0px; 
-     margin-bottom: 0px; 
- } 
-   
-   
- #cuerpo { 
-     background:url(cuerpo.png) repeat-y; 
-     height: auto; 
-     width: 932px; 
-     margin: 0 auto; 
- } 
IMAGEN: 
