html{
  background-image: url(images/bgBlue.gif);
  background-repeat: repeat-xy;
  background-position: top left;
}
body{
  background-image: url(images/motifGradientBlue.gif);
  background-repeat: repeat-x;
  background-position: top left;
}