* {
	margin: 0;
}
html, body {
	height: 100%;
		font-family: Arial, Helvetica, sans-serif;

}
.wrapper {
	min-height: 100%;
	max-width:1600px;
	min-width:1024px;
	height: auto !important;
	height: 100%;
	margin: 0px auto 0px 40px; /* the bottom margin is the negative value of the footer's height */
}
.footer{
height: 40px;
}
.footer, .push {
	height: 40px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
