In my CSS file I use this:
html,body{height:100%;padding:0;margin:0;border:0;}
Which causes a vertical scrollbar to appear on IE8, Chrome 5
The vertical scrollbar is coming because of height:100%. You don't need that unless there is a reason for you to use that.
height:100%