html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
#wrapper {
	width:100%;
    position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#content {
	padding: 0px; /* bottom padding for footer */
}
#footer {
	position:absolute;
	bottom:0; /* stick to bottom */
}