#popup {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/gfx/popup_background.png');
}

#popup #window {
	display: table-cell;
	vertical-align: middle;
}

#ov
{
	display: none;
}

#popup #inner {
	width: 750px;
	margin: 0 auto;
	max-height: 550px;
	overflow: hidden;
	background-color: #fff;
}
