div#footer {
	position: relative;
	background: url(../images/footer.png) no-repeat;
	height: 120px;
	clear: both;
	padding-top: 20px;
	color: black;
}

	#footer #name {
		color: #009999;
		text-decoration: none;
		position: absolute;
		bottom: 25px;
		left: 30px;
		float: left;
		display: inline;
	}
	
	#footer #phone {
		color: #009999;
		text-decoration: none;
		position: absolute;
		bottom: 25px;
		width: 955px;
		text-align: center;
		margin: 0 auto;
	}
	
	#footer #email {
		position: absolute;
		bottom: 25px;
		right: 30px;
		float: right;
		display: inline;
	}

	#footer #email a {
		color: #009999;
		text-decoration: none;
	}


	#footer #email a:hover {
		color: #00605D;
		text-decoration: none;
	}
