I have a css background:
background:url(img/bg.png) center top no-repeat white
It works fine in FF, Safari, and Opera, but Chrome resizes it. The image is 2000px wide, so that it works on all screen resolutions (except those wider than 2000px of course). However when scrunched in Chrome, it looks weird and throws off the design.
Thanks!