/* -------------------------- Body */
html {
  position         : relative;
  min-height       : 100%;
  background-color : #EFF0F3;
}

body {
  min-height            : 912px;
  font-size             : 0;
  color                 : #1F1F2E;
  background-color      : #EFF0F3;
  background-attachment : fixed;
  background-position   : 0 0;
  background-repeat     : repeat-x;
}
