/* CSS Document */
#flashcontent     
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 7pt;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	
	margin-top: -310px;
	margin-left: -450px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 650px;
	visibility: visible
}

/*-------to get a vertical center---------
position absolutely 50% from the top - then, give a negative top margin that 
is exactly half of its height */

/*-------to get a vertical center---------
/*To get it to centre horizontally, it is positioned 50% from the left and has a negative left margin that is exactly half of its width*/