/* hide from ie on mac \*/
html { 
	height: 100%; 
	overflow: auto; 
}

#flash  { 
	height: 100%;
	left: 0;
	position: absolute; 
	top: 0;  
	width: 100%; 
	
	min-width: 980px;
	min-height: 660px;
	
	/* IE Dynamic Expression to set the width */
	width:expression(document.body.clientWidth < 980 ? "980px" : "100%" );
	height:expression(document.body.clientHeight < 660 ? "660px" : "100%" );
}
/* end hide */

body { 
	background: #f8f8f8 url(../images/bg.jpg) center center;
	font-family: Arial; 
	font-size: 12px;	
	height: 100%; 
	margin: 0; 
	padding: 0;  
}

a{
	border-bottom: 1px solid #222;
	color: #222;
	text-decoration: none;
}

#flash_alternative { 
	color: #333; 
	line-height: 150%;
	padding: 100px; 
}

	h1 {
		background: url(../images/Site.jpg) no-repeat;
		display: block;
		height: 19px;
		overflow: hidden;
		text-indent: -930px;
		width: 130px;
	}
      
    .no_flash{
    	font-size: 11px;
    	margin-top: 40px;
    }

a:focus, object:focus { 
	outline: none; 
	-moz-outline-style: none; 
}
