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


#outer {
	position: absolute;
	left: 0px;
	width: 100%;
	height:720px;
	top: -2px;
	z-index:10;
}
 
#inner {
	width: 800px;
	height: 720px;
	margin-left: -400px;  /***  width / 2   ***/
	position: absolute;
	left: 50%;
	
}