Demek istediği muhtemelen body içerisinde 2 adet görselin yer alması, 2. görselin bodynin altında konumlanması.

Eğer istediğin buysa bu işine yarayacaktır.

body{
background-image: url(../graps/woodwall.png), url(../graps/back.gif);
background-repeat: repeat-x, no-repeat;
background-position:0 0, center center;
}