html { width: 100%; height: 100%; }

body { background: #cfa58e; color: #f0e8de; margin: 0; padding: 0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: "Courier New", Courier, monospace; width: 100%; height: 100%; font-size: 20px; }

#container { display: table; position: relative; top: 0; left: 0; width: 100%; height:100%;  }

#soon { display: table-cell; text-align: center; vertical-align: middle; padding-top: 220px;
    background-image: url('logo.png'); background-position: center; background-repeat: no-repeat; background-size: 200px; }