In this one, I'm going to show you how to get rid of the browser's margins and hide that unused IE scrollbar. Thank you egobuilders.net for giving me the idea!
Let's go to our root directory and let's right-click on the index.html file. Choose open with > Wordpad or any text editor.

Now instead of the old body line that looks like this:
body bgcolor="#000000"
let's add this line:
body style="margin:0px;background:000000;overflow:auto;" scroll="no"

That's it! :D