Hello,
When I go and look at your css file the body css looks different then what you posted above:
body {
margin: 0px;
background-color:
#628E8F;
background-image: url(../../Documents/website/images/bg.png);
background-repeat: no-repeat;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 9px;
color:
#CCCCCC;
}
The background-image line may be your problem - double check it.
Abraham