@charset "ISO-8859-1";
#wrapper {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#outer {
	position: absolute;
	top: 315px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}
 
#inner {
	width: 934px;
	height: 534px;
	margin-left: -512px;  /***  width / 2   ***/
	position: absolute;
	top: -275px;          /***  height / 2   ***/
	left: 50%;
}
