#textDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800;
	height: 600;
	margin: -800 0 0 -600;
	overflow: scroll;
}

#flashDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
