* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -220px;
	margin-left: auto;
	min-height: 100%;
}
.footer, .push {
	height: 220px; /* .push must be the same height as .footer */
}

/*

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

*/
#content-23 {
	background-color: #999;
	height: 300px;
	width: 540px;
	margin-bottom: 5px;
}
