html,body {
	margin:0;
	padding:0;
	height:100%;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#content {
	padding-bottom:60px; /* Height of the footer element */
}

#footer {
	width:100%;
	height:36px;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom: 0px;
}