html,
body {
	height: 100%;
	position: relative;
	margin: 0;
	overflow: hidden;
}

#topWrapper {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

#top {
	position: relative;
}

#middle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	text-align: center;
}

#middle:after {
	content: " ";
	display: block;
	overflow: hidden;
	height: 1px;
	clear: both;
}

#body {
	margin: 0;
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
	text-align: left;
}

#bottomWrapper {
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 20;
}

#bottom {
	position: relative;
}

#notify {
	position: absolute;
	top: 0;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	z-index: 20;
	font-size: 0.8em;
	#font-size: 0.9em;
}

#notify .notification {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
}

#notify .notification .top {
	height: 15px;
	background: url(notification_top.png) 50% 50% no-repeat;
	#background-image: url(notification_top_lo.png);
}

#notify .notification .middle {
	background: url(notification_middle.png) 50% 50% repeat-y;
	#background-image: url(notification_middle_lo.png);
	padding: 5px 20px;
}

#notify .notification .bottom {
	height: 25px;
	background: url(notification_bottom.png) 50% 50% no-repeat;
	#background-image: url(notification_bottom_lo.png);
}

#overlayScreen, #overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

#overlayScreen {
	background: #000;
	opacity: 0.75;
}

#overlay {
	/* display: none; */
	display: table;
	overflow: hidden;
}

#overlay .popup {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#overlay .popup .popupContent {
	background: #eee;
	width: 500px;
	margin: 0 auto;
	text-align: left;
	#position: relative;
	#top: -50%;
	z-index: 20;
}
