The first thing is to get rid of the "width:85%;" in the 'body' css. I hope you're not using Frontpage to edit this.
Also, this part of your <body> tag :
onLoad="startPix()";"MM_preloadImages
Should be:
onLoad="startPix();MM_preloadImages
The extra double-quotes make the second part not work.