/* thx https://pipwerks.github.io/learnswfobject/advanced-topics/100-width-and-height-in-browser/index.html */
html {
  height: 100%;
  overflow: hidden; /* Hides scrollbar in IE */
}
 
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
