html body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%
}

.div {
  position: absolute;
  height: 100%;
  width: 100%;
}

.index {
  padding: 0px 5px 5px 5px;
  background: #e0e0e0;

  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);

  position: absolute;
  top: 30%;
  left: 40%;
  width: 300px;
  /*
  margin-left: auto;
  margin-right: auto;
  */
  border-width: 1px;
  border-style: solid;
  border-color: #202020;
}

.text {
  color: black;
  font-family: sans-serif;
  font-size: 10pt;
}

a {
  color: black;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 10pt;
}

h1 {
  color: black;
  font-family: sans-serif;
  font-size: 12pt;
}