@font-face {
  font-family: DINRegularAlternate;
  src: url('fonts/DINRegularAlternate.ttf');
}

body {
  background-color: #111517;
  color: #111517;
  height: 100%;
  margin: 0;
  width: 100%;
}

#container {
  height: 100%;
  width: 100%;
  float: left;
}

#logo {
  background-color: #111517;
  float: left;
  height: 95%;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: -50px; /* back to 0 after 15/01 */
  width: 100%;
}

#logo img {
  border-width: 0px;
  display: block;
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}

#opening {
  bottom: 5px;
  color: #FFFFFF;
  float: left;
  font-family: verdana;
  font-size: 16px;
  font-weight: bold;
  height: 100px;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  vertical-align: bottom;
  width: 100%;
}

#footer {
  background-color: #FFFFFF;
  bottom: 0;
  float: left;
  font-family: DINRegularAlternate;
  height: 50px;
  left: 0;
  margin-top: center;
  position: fixed;
  right: 0;
  width: 100%;
}

#footer img {
  height: 15px;
  width: 15px;
}

#footer p {
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

#footer span {
  margin-right: 10px;
}
