/* CSS Document */
*:first-child+html body { margin:0px; overflow-y:auto;  } /*IE7 only*/ 
* html body {  margin:0px; } /*IE6 and below*/
body { margin:0px; overflow-y:scroll; } /*FF*/
