
#d2, #d3 { display: none; }

html, body { 

	overflow-x: auto;
	overflow-y: auto; 
}

#overlay {
	z-index:1000;
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/overlay.png);
	
}

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

#overlay #inner {
	width: 50%;
	margin: 0 auto;
	padding: 15px;
	max-height: 350px;
	overflow: auto;
	background-color: #fff;
}
