I have a background image centered that Chrome displays offset by one pixel.
CSS
#container { background: url(\"images/header.jpg\"
If you make the background image width an odd number (987px) the positioning will be consistent across all browsers. It seems counter-intuitive but that seems to always fix the issue for me without any CSS hacks.