@charset "utf-8";
/* CSS Document */
body {
	background-image:url(bg.gif)
}
.outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
 
.inner {
  width: 399px;
  height: 186px;
  margin-left: -200px;  /***  width / 2   ***/
  position: absolute;
  top: -93px;          /***  height / 2   ***/
  left: 50%;
}
