Background are a different story.
If you can see the tabs and orb and stuff, its simple.
go into default.xip default.xap
find this line:
CODE
DEF theBackground Background
right below it there will be a line commented out
CODE
DEF theBackground Background
{
skyColor 0 0 0
//backdrop ImageTexture { url "xboxlogo.xbx" } <--- THIS ONE
}
change it to:
CODE
DEF theBackground Background
{
skyColor 0 0 0
backdrop ImageTexture { url "background.xbx" }
}