/* Turn on vertical scrollbars in new browsers.
 * This is a work-around for Explorer 6
 */
html {
  overflow-y: scroll;
}
