Hello,
Background is black because you are using style 5. You can change this by editing file /wp-content/themes/wp_hot_corporate/styles/style5.css.
Around line 11 you will see this:
Code:
body {
background: url(../images/bg5.png) repeat;
}
So, change bg5.png to the image you want.
Regards