If feasible, try dividing the image into smaller pieces that may be repeated.
CSS:
body{
background-image: url(SO_texture_bg.jpg);
background-repeat:repeat;
}
However, in some circumstances, we would be unable to reduce the image size. In that situation, I'd utilize the entire image.