* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	background-color: #999;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -50px;
	width: 960px;
}

* html .wrapper {
	height: 100%;
}

.footer, .push {
	height: 50px;
}

.footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #292929;
}


.footer p {
	font-size: 10px;
	text-transform: uppercase;
	color: #5c5c5c;
	text-align: center;
	padding-top: 5px;
	letter-spacing: 1px;
	clear: both;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
