/*	SHOSPORTS -  FLASH.css
	Version:		2.0
	Modified:	6.8.07
	
	Simple javascript-free embed.
	===================================*/
	
	html {
		height: 100%;
		width:100%;
		overflow:auto;
		background:#000;
		}
	
	body{
		margin: 0px; 
		padding: 0;
		height: 100%;
		width:100%;
		text-align: center;
		}
	
	html #container {
		margin: 0 auto 0 auto;
		position:relative;
		width:882px;
		height:660px;
		}
	
	/* get flash message */
	#noflash {
		position:fixed;
		top: 10px;
		left: 10px;
		padding:5px 20px;
		background:#333;
		border:#FFF solid 1px;
		color:#FFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:16px;
		}
		
	#noflash a:link, a:visited {
		color:#FF6633;
	}	
	
	#noflash a:hover, a:active {
		color:#FF6633;
		text-decoration:none;
	}	
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
