html {
  width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #f6f6f6;
  /*background-image: url(../images/bg.gif);*/
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  /*overflow: -moz-scrollbars-vertical;*/
  /*overflow-x: hidden;*/
}
