* {
  margin: 0; padding: 0;
}

html, body {
  width: 100%; height: 100%; overflow: hidden;
}

body {
  text-align: center; font-family: 'proxima-nova', Helvetica;
}

#container {
  overflow: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: 0;height: 100%;
}

#cover {
  position: absolute; width: 100%; height: 100%; background: url('../images/time.jpg') no-repeat; background-size: cover; background-position: center;
}

#main_content {
  z-index: 2; position: relative; display: inline-block;
  /* Vertical center */
  top: 50%; transform: translateY(-50%);
}

#main_content h1 {
  text-transform: uppercase; font-weight: 600; font-family: 'proxima-nova-condensed', Helvetica; color: #fff; font-size: 35px;
}
.ntdn {
  text-decoration: none;
}
#footer {
  position: absolute; bottom: 0; left: 0; right: 0;
}
#footer a {
  color: rgba(255,255,255,0.5); text-decoration: none; margin: 10px; font-size: 12px;
}
#footer a:first-child {
  float: left;
}
#footer a:last-child {
  float: right;
}