#foot {
	background-color: #fff;
	padding: 10px 0;
	position: relative;
}

	#foot p {
		color: #848486;
		margin: 0;
		padding: 0;
		font-size: 75%;
	}

	#foot a, #foot a:visited {
		text-decoration:none;
		color: #aaa;
	}

		#foot a:hover {
			color: #848486;
			text-decoration:underline;
		}

	#foot p.right{
		float:right;
		color: #aaa;
		font-size: 70%;
		width: 200px;
		top: 5px;
		margin: 0px;
		padding: 0px;
		position: relative;
	}