.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;

  color: #808285;
  text-align: center;
  font-size: 0.75em;
  width: 100%;

  font-family: "arial";

#  min-height: 100%;
#  height: auto !important;
#  height: 100%;
#  margin: 0 auto -4em;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

.footer, .push {
#  height: 4em;
  color: #808285;
  font-family: "arial";
  font-size: 0.90em;
  position: absolute;
  left: 5px;
  bottom: 0;
}

a:link {
  color:#ffffff;
  text-decoration: none;
}

a:visited {
  color:#ffffff;
  text-decoration: none;
}

a:hover {
  color:#ffffff;
  text-decoration: underline;
}

a:active {
  color:#ffffff;
  text-decoration: none;
}
