* {
	margin: 0;
}
html, body {height: 100%; min-width: 960px;}

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