* { margin: 0; padding: 0; }
html { height: 100%; }
.overflow { overflow: hidden; }
body, #body {
	height:100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
#flashcontent {
	width: 100%;
	height: 100%;
	z-index:1;
	position:absolute;
}

#container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
}

#lightbox {
	min-height:100%;
	width:100%;
	z-index:2;
	position:absolute;
	visibility:hidden;
}
#lightboxBg {
	background-color:#000;
	min-height:100%;
	width:100%;
	position:absolute;
	filter:alpha(opacity=80);   /* Internet Explorer       */
	-moz-opacity:0.8;           /* Mozilla 1.6 and below   */
	opacity: 0.8;               /* newer Mozilla and CSS-3 */
	z-index:3;
}
#lightboxContent {
	vertical-align:middle;
	margin-left:50%;
	margin-top:150px;
	width:400px;
	height:400px;
	min-height:400px;
	position:absolute;
	z-index:4;
}
