my website
but if you view it in firefox or linux etc there is no background image just a white backdrop. Wrecked my brains how to fix this but need some advice, please help

Code: Select all
/* Start of CMSMS style sheet 'background colour' */
<__html>
<head>
<!--
body {
background-color: #0D4075;
background: url(images/bg.jpg)
}
-->
</style></head>
/* End of 'background colour' */
Code: Select all
body {
background-color: #0D4075;
background: url(images/bg.jpg)
}