@CHARSET "UTF-8";
.wrapper{
	position: relative;
	width: 960px;
	font-size: 0.9em;
	margin: 0 auto -34px;
	text-align: left;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -34px; /* the bottom margin is the negative value of the footer's height */

	
}
.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding:0;
}
.footer, .push {
	height: 34px; /* .push must be the same height as .footer */
	margin:0;
}
