 
			
				14/03/2007, 06:23
			
			
			     |  
      |    |    |    Fecha de Ingreso: julio-2003  Ubicación: Barcelona  
						Mensajes: 142
					  Antigüedad: 22 años, 3 meses Puntos: 1     |        |  
  |      Re: espaciado bottom pagina        
Código:
  
* { 
margin: 0px;
padding: 0px;
}
html, body { 
width: 100%;
height: 100%;
text-align: left;
background-color: #b2b2c3;
margin: 10px 0px 10px;
}
#web {
padding: 0px;
width: 750px;
position: relative;
text-align: left;
background-color:#ffffff;
border-top: 2px solid #666666;
border-right: 2px solid #666666;
border-left: 2px solid #666666;
border-bottom: 2px solid #666666;
margin: 0px auto ;
}
#header  { 
width: 100%;
height: 80px;
text-align: left;
padding: 0px;
background-image: url('/top_rib/top_edirol.jpg'); 
z-index:0
}
#buscador { 
width: 50px;
height: 70px;
text-align: left;
z-index:1
margin:0 auto 200px 500px;
}
#header2  { 
width: 100%;
height: 130px;
text-align: left;
padding: 0px;
}
#header3  { 
width: 100%;
height: 65px;
text-align: left;
padding: 0px;
background-color:#ffffff;
}
#header5  { 
width: 100%;
text-align: left;
padding: 0px;
background-color:#ffffff;
}
#footer {
text-align: left;
clear: both;
}
              |