CSS backgroud image Macintosh issue

I can’t get a css background image to show up on any of my mac browsers, but i guess it’s supposed to work according to the css sites if checked out. heres what im using:


  body
  	{
  	/*
  	background: white url(logo-starbg.gif) no-repeat center;
  	*/
  	background-image: url(logo-starbg.gif);
  	background-position: center;
  	background-repeat: no-repeat;
  	background-color: #FFF;
  	margin: 0;
  	padding: 0;
  	color: #666666;
  	text-align: center;
  	font-family: Century Gothic, Arial, sans-serif;
  	}
  

the line commented out is the other method i tried. It all works on PC.