body {
	margin: 0px;
	z-index: 0; /* Used to support negative z-index */
	position: relative; 
}

.flashDiv {
	top: 0; 
	left: 0;
	z-index: 0;
	position: relative;
}

.flashDiv #flashContent {
	position: absolute; 
	left: 0;
	top: 0;
	margin: 0px;
	z-index: -1;
}

.flashDiv #externalContent {
	position: absolute; 
	background-color: #FFFFFF; 
	left: 0; 
	top: 0; 
	margin: 0px;
	z-index: 99;
}