Si, lo que ocurría es que te leía esta línea:
Código:
<style > body{
margin:0;
background-image:url(img/backgrnd.jpg);
background-repeat:repeat-x;
}
("body" hijo de "<style").
Y el pobre navegador se preguntaba "¿Dónde está <style que no encuentro a su hijo body? o~o"
.
Toma la nota por si te sucede algo similar después. Suerte