mi codigo CSS es este:
Código:
body { background-image:url(../imagenes/fondo.png); background-position:center top; background-repeat:no-repeat; } body h2 { text-decoration:underline; } * { margin: 0px; padding: 0px; } #wrapper { width: 800px; margin-right: auto; margin-left: auto; margin-bottom: 6px; } #header { height: 129px; } #navbar { height: 71px; } #contenido { background-color: #FFF; background-image: url(../imagenes/Fondocontenido.png); height: 599px; text-align:center; font-family:Verdana, Geneva, sans-serif; } #pie { background-image: url(../imagenes/pie.png); height: 51px; text-align:center; font-family:Verdana, Geneva, sans-serif; font-size:12px; }
Quisiera saber porque ocurre y como solucionarlo
Desde ya muchas gracias