@charset "utf-8";
@import url(global.css);
#wrapper1 {
	width: 856px;
	position: fixed;
	height: 535px;
	left: 50%;
	top: 50%;
	margin-top: -267px;
	margin-left: -428px;
	_position: absolute; /* position fixed for IE6 */
	_top:expression(documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight)/2);
	_margin-top:0;
}
