html, body, #made {
  margin: auto;
  height: 97%;
  cursor: default;
}

#made {
  display: table;
  width: 600px;
}

#with, #carbon {
  display: table-cell;
  vertical-align: middle;
}

#logo {
  width: 512px;
  height: 434px;
  background: url(carbon.png) no-repeat;
  text-indent: -9999px;
}
