html {
  height: 100%;
}

body {
  background: #1b9825 url(naon-background.jpg) scroll repeat-x top center;
  color: #fff;
  font-family: Calibri, Helvetica, Verdana, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.625em; /* 16x1.625=26 */
  padding: 0;
  margin: 0;
  height: 100%;
}

a {
  background: transparent none;
  color: #63a334;
  text-decoration: underline;
}

dfn {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h1 {
  font-weight: bold;
  font-size: 3em;
  padding: 0;
  margin: 0 0 0.33em 0;
}

h2 {
  font-weight: normal;
  font-size: 0.875em;
  padding: 0;
  margin: 0 0 1.5em 0;
}

p {
  font-size: 0.875em;
  padding: 0;
  margin: 0 0 0.33em 0;
}

#outer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#outer[id] {
  display: table;
  position: static;
}

#middle {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
}

#middle[id] {
  display: table-cell;
  vertical-align: middle;
  position: static;
}

#inner {
  background: #fff none;
  color: #63a334;
  font-size: 1.25em;
  text-align: justify;
  padding: 35px;
  margin: 0 auto;
  width: 600px;
  position: relative;
  top: -50%;
}

#buttons {
  padding: 0 0 1.5em 0;
  margin: 0;
  float: left;
}

#buttons li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

#buttons a {
  display: block;
  background: transparent none scroll no-repeat left top;
  color: #63a334;
  text-indent: -9999em;
  width: 196px;
  height: 114px;
}

#buttons a:hover,
#buttons a:active {
  background-position: left -114px;
}

#button-quench a {
  background-image: url(button-quench.gif);
}

#footer {
  clear: left;
}

#footer p {
  float: left;
  clear: left;
}

#footer #smig {
  font-size: 0.75em;
  text-align: right;
  margin-bottom: 0;
  float: none;
}
