﻿/* Footer CSS */


#footer {
	/*
	position: absolute;
	bottom: 0;
	*/
	width: 100%;
	/*background-image:url(../images/footer.gif);
	background-repeat: repeat-x;*/
	height: 30px;
	text-align:center;
	font-size:90%;
	color:#000000;
	padding-top:5px;
	background-color:#ffffff;
	}

#footer a:link, #footer a:visited {
	color:#009900;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover {
	text-decoration:underline;
	color:#006600;
}
