Question : IIS Web site works in all browsers except Safari on Mac

I've got a web site that runs on Win 2003  / IIS 6 - www.sportsbuff.com
Users don't experience problems loading the homepage except those with Safari for Mac.  What happens is that several of the JPG or PNG images on the home page simply do not load or only load partially.  
Safari on a PC works fine.  Firefox on Mac works fine.  The problem is Safari on Mac (verson tested 4.0.2)
Any ideas on how to troubleshoot or the source of the problem?

Answer : IIS Web site works in all browsers except Safari on Mac

That's not the way to do it.  You still have things all scrambled up and your page will not validate.  In a web page, the HTML section has a <head> section and a <body> section.  Things like <title>, char-set, CSS and most javascript go in the <head> section and content goes in the <body> section.  Content is the stuff in the <div>s and tables and paragraphs and images.  Until you get things in the right place and right order, you are making browsers guess what you want them to do.  That makes your page display unpredictable.
Random Solutions  
 
programming4us programming4us