Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/11/2010, 00:39
kratzor
 
Fecha de Ingreso: marzo-2010
Mensajes: 40
Antigüedad: 14 años
Puntos: 0
problemas con el background del footer

Bueno pues el problema que tengo es que quiero ponerle un fondo de color al footer el problema que tengo es que no me deja ponetlo en toda la pantalla pongo el codigo CSS para que mas o menos me puedan decir cual es mi problema.
Código PHP:
#footer{
clearboth;
width100%;
height450px;
color:#ccc;
border-top1px solid #cccccc;;
background:#474747;
}

#footer a            {font:"Times New Roman", Times, serif; color:#ccc; font-size:10pt; text-decoration: none;}
#footer a:link, 
#footer a:visited    {font:"Times New Roman", Times, serif; color:#ccc; font-size:10pt;}
#footer a:hover    {font:"Times New Roman", Times, serif; color:#ccc; font-size:10pt; text-decoration: underline;}

*{margin:0 auto;padding:0;}
.
all{width:900px; }
.
columna_1{float:left;height:250px;margin:10px 10px 0 0;width:200pxmargin-top:30px; }
.
columna_2{background:url(img/columna1.pngleft repeat-yfloat:left;height:400px;margin:10px 10px 0 0;width:200pxpadding-left:10pxmargin-top:30px;}
.
columna_3float:left;height:180px;margin:10px 10px 0 0;width:200pxpadding-left:10pxmargin-top:30px;}
.
columna_4float:left;height:140px;margin:10px 10px 0 0;width:200pxpadding-left:10pxmargin-top:30px;}