/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

#footer {
	text-align: center;
	font-size: 11px;
	line-height: normal;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	padding-top: 1em;
	background-color: #f5f5f5;
}