/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 47px; /* 42 + 5px;*/
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 42px;
  line-height: 42px; /* Vertically center the text there */
  background-color: #be0000;
  text-align: center;
  color: #fff;
}

.fcontainer  {
	margin-top: 6px;
    vertical-align: middle;
	font-size: 0.9em;
}

.fcontainer a {
	color: rgba(255,255,255,.5);
}

.fcontainer a:hover {
	color: rgba(255,255,255,.8);
}

