Look in default.xip/default.xap
Find:
CODE
DEF theBackground Background
Below it should be:
CODE
//backdrop ImageTexture { url "xboxlogo.xbx" }
Make it look like this:
CODE
backdrop ImageTexture { url "background.xbx" }
Save and insert it back into default.xip.
Hope that helps!