#foot {
	padding: 5px 30px;
	border-top: 2px solid #ccc;
	background: url('../img/foot.png') repeat-x #808080;
	text-align: center;
	color: #555;
	}
	
#foot p{
	margin: 0px;
	}
	
#foot a {
	color: #555;
	}
	
#foot a:hover {
	text-decoration: none;
	}