@charset "utf-8";
/* CSS Document */
html, body { 
	overflow: hidden;
	overflow-x: auto;
	overflow-y: hidden 
}

#overlay {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(overlay.png);
}

#overlay #window {
	display: table-cell;
	vertical-align: middle;
}

#overlay #inner {
	width: 854px;
	margin: 0 auto;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	height:567px;
}

