@charset "UTF-8";
 
#inner {
  width: 1000px;
  height: 755px;
  margin-left: -500px;  /***  width / 2   ***/
  position: absolute;
  top: -377px;          /***  height / 2   ***/
  left: 50%;
}
#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
