body {
  padding-top: 5rem;
  padding-bottom: 100px;
}
.ab-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
img#centered {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px #888;
	box-shadow: 0 0 5px 5px #888;
	border-radius: 5px;
	width:100%;
	max-width: 1024px; 
/*	display: block;
	
	
	margin: 10px 40px 10px 10px;*/
}