/* CSS Document */

div.footer {
	position:absolute;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	left:0px;
	width:850px;
	height:193px;
}

ul.footer li.footer {
display:inline;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}


.footer a:link {
text-decoration : none;
color:#333333;
background: transparent;
}
.footer a:visited {
text-decoration : none;
color:#333333;
background: transparent;
}
.footer a:hover {
color:#666666;
background: transparent;
text-decoration : underline;
}
.footer a:active {
color:#666666;
background: transparent;
text-decoration : underline;
}
