* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family: sans-serif;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
	margin-bottom: -40px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  /* .push must be the same height as footer */
	height: 40px; 
}
.site-footer {
  background: #404040;
  color: #999;
  font-size: .85em;
  padding: 1.5rem;
  padding: 14px; /* footer height */
  text-align: center;
}
.site-footer a
{
	border: 0;
	color: #e5e5e5;
	padding-bottom: 1px;
        text-decoration: none;
}
.site-footer a:focus,.site-footer a:active,.site-footer a:hover
{
	color: #fff;
	text-decoration: underline;
}
.footer-credit
{
	display: block;
	margin: 0;
}