﻿html, body	{ height:100%; width:100%; }
body { margin:0; padding:0; overflow:auto; text-align:left; }   

#player {
	left:0px;
	top: 0px;
	position:absolute;
	height:585px;
	width:990px;
}

#contentContainer {
	position: absolute;
	z-index: -1000;
	left:5px;
	top: 106px;
	height:370px;
	width:980px;
}

div#scrollbar {
	display:none; /* hide from incapable */
}
div#unityContent {
	z-index: 1;
	position:relative;
	top:0;
}
#flash {
	/*position:relative;
	height:980px;
	width:370px;	*/
	/*z-index: -1;*/
	
	left:	5px;
	top:	106px;
	width:	980px;
	height: 370px;
	overflow: hidden;
	height:370px;
	width:980px;
}
#links {
	position: absolute;
	left:5px;
	top: 650px;
	
	
}