Is this right to apply gradient background to the body from a light shade of grey to white from bottom to top?
body {
To Zoltan's solution, you could also add:
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999');
to support older IE browsers.