/* ie_all.scss */
/* fixes images jumping around on screen as the page loads */
/* main container (body) needs some sort of dimensions for proper rendering */
body {
  position: absolute;
  left: 0;
  right: 0; }
