That does solve the problem, however this solves it as well:
body {color:#333;
font-family, helvetica, sans-serif;
font-size;
margin;
padding;
text-align: center;
background(..images/bg.gif) #fff;
}
Note the added "../" in front of the path in the background. What is weird is that my other osticket install has the identical main.css and it seems to work just fine...
- Henrik