

#overlay {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../kartka1/overlay.png);
}

#overlay #window {
	display: table-cell;
	vertical-align: middle;
}

#overlay #inner {
	width: 50%;
	margin: 0 auto;
	padding: 15px;
	max-height: 460px;
	overflow: auto;
	background-color: transparent;
}