* {
	margin: 0;
	padding: 0;

}

html, body {
	height: 100%;
}

.pad {
	height:38px;
}

/*Any non-footer text seen goes in here*/
.container {	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top:1px;

	/*This is inversely proportionate to how tall the footer is*/
	margin-bottom:-1px;
}

.footer, .push {
	height: 0px; /* .push must be the same height as .footer */
}