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

body {
	background: #000000;
	color: #999999;
}

#outer 
{
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  width: 100%;
	  height: 1px;
	  overflow: visible;
}
	 
#inner
{
	  width: 800px;
	  height: 600px;
	  margin-left: -400px;  /***  width / 2   ***/
	  position: absolute;
	  top: -300px;          /***  height / 2   ***/
	  left: 50%;
}