To add multiple background in the same element just add the images like this:
div.test { background-image: url(17072011167.jpg), url(25022010220.jpg); background-repeat: repeat; background-position: top left, top right; height: 768px; border: 1px solid #000000; }
just replace div.test with #test and add div with id test and you are all done !!