	.footerInfo {
	width: 970px;
	height:6px;
	margin: auto;
	padding: 0;
	background:url(../images/footer.jpg) no-repeat;
	position:relative;
	color: #ffffff;
	}
		.footerInfo p {
		display: block;
		width: 650px;
		position:absolute;
		top:20px;
		left:20px;
		}
			.footerInfo p a:link, .footerInfo p a:active, .footerInfo p a:visited,
			.footerInfo a:link, .footerInfo a:active, .footerInfo a:visited {
			text-decoration : none;
			color:#ffffff; 
			}
			.footerInfo p a:hover,
			.footerInfo a:hover {
			text-decoration : underline;
			color:#fff; 
			}
			
			.telDetails {
				width:430px;
				position:absolute;
				top:25px;
				left:505px;
				}