/*

This is the CSS file to make the design pretty. You can find
the sticky footer required CSS at the following URL:

http://ryanfait.com/sticky-footer/layout.css

*/

body {
	text-align: center;
}
.wrapper {
	width: 965px;
	align: center;
}

.footer {
	width: 965px;
	margin: 0 auto;
	background: #56534C no-repeat 0 0;
}
.footer p {
	padding: 17px 0 0;
	color: #000000;
	font: 0.8em arial,sans-serif;;
}


