

.footer2 {
  position: absolute;
  left:0;
  bottom: 0;
  width: 100%;
  margin-top:0px;
  /* Set the fixed height of the footer here */
  height: 12px;
  background-color: #f5f5f5;
}

.copyright {
  position: absolute;
  left:0;
  bottom: 0;
  width: 100%;
  margin-top:0px;
  /* Set the fixed height of the footer here */
  height: 12px;
  background-color: #f5f5f5;
}

.footer-text {
	margin: 0;
	font-size: 10px;
	line-height: 1;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
