body {
  color: #515151;
  font-family: 'dejavu_sanscondensed', sans;
  height: 100%;
  margin: 0;
}
html {
  height: 100%;
  margin: 0;
}
a {
  color: #515151;
}
a:hover{
  color: #515151;
}
.center {
  text-align:center;
}
.middle {
  vertical-align: middle;
  display: table-cell;
}
.centered {
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}
.top {
  height: 75%;
  width: 100%;
  display: table;
}
.bottom {
  padding-left:30px;
}

@media all and (max-width: 420px) {
  .top {
    height: 70%;
  }
}
/*
position: fixed;bottom: 40px;left:40px;
*/