@charset "UTF-8";
/* CSS Document */


#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
 
#inner {
  width: 973px;
  height: 608px;
  margin-left: -475px;  /***  width / 2   ***/
  position: absolute;
  top: -285px;          /***  height / 2   ***/
  left: 50%;
}