html,
body {
  height: 100%;
  width: 100%;
}
body {
  font: 12px "Lucida Grande", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #F4F4F4 url("../img/index_h_bg.png") repeat scroll 0% 0%;
  cursor: pointer;
}
h1 {
  position: absolute;
  height: 94px;
  width: 313px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/qmod-lg.png");
  text-indent: -99999px;
  overflow: hidden;
}
.qmod-tool-table {
  width: 100%;
}
