#footer {
	width: 770px;
	font: 10px tahoma, verdana, arial, sans-serif;
	vertical-align: middle;
	text-align: center;
	color: #999999;
	margin: 5px;
}

#footer .footerIndispensablePrograms {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	height: 23px;
}

#footer .footerIndispensablePrograms img {
	vertical-align: middle;
}

#footer .footerInfo {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	height: 23px;
}

#footer .footerCopyright {
	width: 100%;
	text-align: center;
	vertical-align: middle;;
	height: 23px;
}

#footer a:link {
	color: #475A7F;
	text-decoration: none;
}

#footer a:visited {
	color: #475A7F;
	text-decoration: none;
}

#footer a:active {
	color: #475A7F;
	text-decoration: none;
}

#footer a:hover {
	color: #475A7F;
	text-decoration: underline;
}