		html {
				overflow:auto;
			}
			body { 
				background-color: #000000;
				height: 100%; 
				width:100%; 
				margin: 0; 
				overflow:auto;
			}
			#minimum {
				min-width: 990px;
				min-height: 500px;
				width: 100%;
				height: 100%;

				/* For IE */
				width: expression( Math.max( document.body.clientWidth,990 ) + "px" );
				height: expression( Math.max(document.body.clientHeight, 500 ) + "px" );
			}
			
			/* This fixes an outline bug for swfObject */
			#qCreative {
				outline: none;
			}
			