in your default.xip , default.xap search for
DEF theBackground Background and make your code look like this;
DEF theBackground Background
{
skyColor 0 0 0
backdrop ImageTexture { url "background.xbx" }
..making sure you xbx in skin is named "background.xbx"

p.s. dont forget to take off backslashes//