body{
  font-size : 3em;
  background-color : transparent;
}

.repeat-x{
     background : url(../images/wallppr0871.gif) repeat-x;
}
.repeat-y{
     background : url(../images/wallppr0871.gif) repeat-y;
}
.no-repeat{
     background : url(../images/wallppr0871.gif) no-repeat;
}
.repeat{
     background : url(../images/wallppr0871.gif) repeat;
}