* {
	margin:0;
	padding:0;
	border:0;
	}
	
html, body {
	height:100%
	}

#flaContent {
	height:100%;
	position:relative;
	z-index:1;
	}
	
#footer {
	position:absolute;
	top:575px;
	left:0;
	z-index:2;
	width:100%;
	text-align:center;
	border-top:1px solid #addff3;
	}	
	
#inFooter {
	width:894px;
	height:20px;
	margin:0 auto;
	position:relative;
	text-align:left;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color:#0f6b91;
	}
	
#copy {
	position:absolute;
	left:15px;
	top:7px;
	}
	
#aznet {
	position:absolute;
	right:15px;
	top:7px;
	}
	
#aznet a, #copy a {
	text-decoration:none;
	color:#0f6b91;
	}
	
#aznet a:hover, #copy a:hover {
	color:#ed1b22;
	}			
	
object, embed {
	display:block;
	}
	
a {
	outline:none;
	}	
