* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
  height: 100%;
}
body {
  margin: 0;
  overflow: hidden;
  background-color: #000;
  font-family: Arial, Helvetica, sans-serif;
}
#container {
  position: absolute;
}
#logo {
  position: absolute;
  background-color: transparent;
  width: 163px;
  height: 41px;
}
#logo img {
  display: block;
  margin: 25px 0 0 20px;
}