html {height:100%;}

body {
	margin:0;
	padding:0;
	height:100%;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#content {padding-bottom:60px;}
	
#footer {
	height:85px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
	
	/*Individual elements*/

