html, body {
	background: #142034;
	text-align: center;
}

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#inner {
  width: 865px;
  height: 615px;
  margin-left: -432px;  /***  width / 2   ***/
  position: absolute;
  top: -307px;          /***  height / 2   ***/
  left: 50%;
}
