/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
  /* Margin bottom by footer height */
	margin-bottom: 40px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	
	background-color: #333;
	border-top: 1px solid #ccc;
	color: #F0F0F0;
	line-height: 39px;
	font-weight: bold;
}
.footer a {
	color: #F0F0F0;
	line-height: 39px;
	font-weight: bold;
}
.footer p {
	margin: 0px;
}