
.flashPromo {
	z-index:1000;
	visibility: hidden;
	width:800px;
	height:500px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	/* Half the width of the DIV tag  */
	margin-top: -250px;
	/* Half the height of the DIV tag */	
}