in css i found :
body
{
background:transparent url('https://216.172.185.6/~kandy/images/bg.jpg') repeat-x center bottom;
}
you should add background color, so like this :
body
{
background: #ff5ab0 url('https://216.172.185.6/~kandy/images/bg.jpg') repeat-x center bottom;
}
hope can make better ??