@charset "UTF-8";
/* CSS Document */

.footer {
	clear: both;
	width: 860px;
	margin: 0;
	padding:10px 20px;
	background-color:#eee;
	border-top:#7c2e6a 1px solid;
	overflow: hidden;
	font-size: 0.8em;
	
}

.footer p {
margin-top:20px;
}

.footer img {
float:right;
}