Asi lo tienes:
Código CSS:
Ver originalbody {
background-image:url(../Img/fondo.gif);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
Prueba acortando la ruta de la imagen de esta manera:
Código CSS:
Ver originalbody {
background-image:url(Img/fondo.gif);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
Y como dice IsaBelM, no dupliques el selector body. Junta todas sus propiedades en un solo bloque sin que se repitan