Hi Ranjan,
You can use the
Head HTML code webpart on the page, where you want to have a different background image and there you can redefine the background image in a CSS stylesheet:
Head HTML code webpart - HTML code property:
<style type="text/css">
body.LTR {background-image: url('different_background.gif');}
</style>
Best regards,
Jan Hermann