@charset "utf-8";
#footer {
	height: 150px;
	background-repeat: repeat-x;
	width: 100%;
	background-color: #221E1B;
	background-image: url(images/footer-top.jpg);
}
#footer-logo {
	background-image: url(images/titan-restoration-footer-logo.jpg);
	position: absolute;
	height: 123px;
	width: 277px;
	left: 28px;
	top: 9px;
}

#footer-txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #E0DFDD;
	position: absolute;
	z-index: 4;
	left: 353px;
	top: 39px;
	width: 584px;
	height: 77px;
}
.clearfooter {
	height: 150px;
	clear: both;
}
#footer-txt1 a:link {
	color: #FFCC00;
	text-decoration: underline;
}
#footer-txt1 a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
#footer-txt1 a:hover {
	color: #BA0E0E;
	text-decoration: underline;
}
#footer-txt1 a:active {
	text-decoration: none;
}
