Código:
el html resumido:html, body {
height:100%;
margin: 0px;
}
#master {
height:100%;
width:100%;
background:#FFFFFF url(../img/background.jpg);
}
#contenedor{
position:relative;
top:0px;
width:772px;
height:100%;
background:#FFFFFF url(../img/background_content.jpg) repeat-y;
margin:0 auto;
}
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=iso-8859-1" /> <title>Documento sin título</title> <link href="css/styles.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="master"> <div id="contenedor"> //-- CONTENIDO --// <div id="contenedor"> <div id="master">

gracias a todos....
PD: me olvide de agregar que esta vista es el Firefox, en IE se ve mejor, pero de todas formas no llega abajo de todo ( queda menos espacio en blanco, pero queda )

