#footer {
	text-align: center;
	width:980px;
	height:95px;
	margin: -95px auto 0px auto;
	clear:both;
	position: relative;
	background-image: url(/images/layout/footer.jpg);
	background-attachment: bottom center;
}


#footer a {
	font-size: 12px;
}
 
#footer a:link {
	color: #333333;
	text-decoration:underline;	 	
}

#footer a:visited {
 	color: rgb(0,0,0);
	text-decoration: underline;	 	
}

#footer a:hover {
 	color:rgb(153,153,153);
	text-decoration: underline;	 	
}

#copyright {
	text-align: center;
	font-size: 9px;
	padding: 10px 0px 0px 0px;
	width:940px;
}

