/* CSS Document */
/*This will remove the vertical scrollbar that IE shows in vain */
html{ overflow: visible; }
body { overflow: auto; }
html      { height: 100%; }

