@charset "UTF-8";
/* CSS Document */
body, html  {
	height: 100%;
	background-color:#FFF;
}

body, html, p, ul, ol {
	margin: 0;
	padding: 0;
	border:0px;
}

#container {
	width:100%;
	height:100%;
}

#animator {
	width:427px;
	height:325px;
	margin:0 auto;
	background-image:url(../Design_Layout/AFWNY_logo.gif);
	background-repeat:no-repeat;
	clear:both;
	margin-top:40px;

}

.img {
	border:0;
}
.pic {
	position:relative;
	margin:0 auto;
	margin-top:25px;
	width:94px;
	height:83px;
	border:0px;
}

.pic, a.pic { 
filter : alpha(opacity=50); /* IE */ 
-moz-opacity: 0.5; /* Mozilla */ 
border:none;
} 
a.pic:hover { 
filter : alpha(opacity=100); 
-moz-opacity: 1.0; 
border:none;
}
	
