


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



#overlayLayer #overlayWindow {
	display: table-cell;
	vertical-align: middle;
}

#overlayLayer #overlayTresc {
	width: 600px;
	margin: 0 auto;
	padding: 0px;
	max-height: 350px;
	overflow: auto;
	/*background-color: #fff;*/
}