@charset "ISO-8859-1";
html {
	overflow:hidden;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	background:#000000;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

#full-frame        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#sub-frame    
	{
	margin-left: -400px;
	position: absolute;
	top: -225px;
	left: 50%;
	width: 800px;
	height: 450px;
	visibility: visible
	}

/*#full-frame {
	

	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:100%;
	
	/*
	min-width:1024px;
	width:expression(document.body.clientWidth < 1024 ? "1024px": "100%" );
	height:expression(document.body.clientHeight < 576 ? "576px": "100%" );
	 border:1px solid white;
	

	
}
#sub-frame{

}*/
#flashContent {
	
	width:100%;
	height:100%;
}
body, p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
}
a img{
	border:0;
	opacity: 1;
	text-decoration: none; border-bottom: 0px solid #3C9D43;
}
a:hover img{
	opacity: 0.65;
}
