/* Sticky Footer */
HTML{
	height:100%;
}
BODY{
	height:100%
}

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

#main{
	padding-bottom:140px;
}

#footer {
	position:absolute;
	bottom:0;
}