#container {
	height: 100%;
	width: 100%;
	position: relative;
}
#flashDiv {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 10;
	display: block;
}
html, body {
	height: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#extIntDiv {
	background-color: #CC9999;
	height: 98%;
	width: 70%;
	position: absolute;
	top: 4px;
	left: 100px;
	visibility: hidden;
	border-style: outset;
	border-color: #CCCCCC;
	z-index: 20;
}
#close {
	font-family: system;
	background-color: #E6E6E6;
	text-align: center;
	position: absolute;
	left: 100%;
	top: -3px;
	z-index: 20;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 5px;
	border: outset #CCCCCC 3px;
	border-left: 0px;
	border-top-width: 5px;
	padding-left: 3px;
}


#extIntFrame {
	background-color: #CCCCCC;
	z-index: 10;
	width: 100%;
	height: 100%;
}

