背景画像のサイズ上限は>=3x1024x1024@1image?

ほんとにそうっぽい。
それと、きちんとcssでwidthとheight指定してあげないと、画像が存在していても
表示範囲をみてくれない。
それと、なぜかしらないけれど全部の画像をpx指定しても、うまくいかない。
jqueryで表示させる方法を考え中。

body {
    background-image: url(../images/test1.gif) , url(../images/test2.gif), url(../images/test3.gif), url(../images/test4.gif) ;
    background-position: top left, top 754px, 976px left, 754px 976px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    width: 1506px;
    height: 1950px;
    padding: 0px 0px;
}

参考リンク達
http://lab.fine-net.com/modules/wordpress2/index.php?p=15
http://gecko.hp2.jp/2010/06/30/background%E3%81%A7%E5%A4%A7%E3%81%8D%E3%81%99%E3%81%8E%E3%82%8B%E7%94%BB%E5%83%8F%E3%81%AF%E8%A1%A8%E7%A4%BA%E3%81%95%E3%82%8C%E3%81%AA%E3%81%84/
http://www.atmarkit.co.jp/fwcr/special/iphone/04.html
http://www25.tok2.com/home/kumaboard/memo/?entry=071223