body {
  background: #d6d6d6;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#container {
  display: block;
}

#bg {
  background-image: url(images/gradient.png);
  width: 1000px;
  height: 800px;
  z-index: -1;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#logo {
  width: 600px;
  margin-left: inherit;
  margin-right: inherit;
  display: block;
  background: url(images/cutecode.png) no-repeat;
  height: 128px;
  position: relative;
  top: 300px;
}

#soon {
  width: 200px;
  display: block;
  background: url(images/coming.png) no-repeat;
  height: 35px;
  margin-top: 35px;
  margin-left: inherit;
  margin-right: inherit;
  top: 300px;
  position: relative;
}