#footer {
	background: url(style_images/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 50px;
	padding-top: 12px;
	min-height: 55px;
}
* html #footer
{
	height: 55px;
}

#footer #copyright {
	text-align: center;
	margin: 0;
	color: black;
	padding-top: 10px;
}

#footer a:link,#footer a:visited {
	color: #ffffff;
	padding-right: 15px;
	text-decoration: none;
}

#footer a:hover {
	padding-right: 15px;
	color: #000000;
	text-decoration: underline;
}

