body {
    padding-bottom: 80px;
}

#footer{
	position: fixed;
	background: #161616;
	bottom: 0;
	height: 60px;
	width: 100%;
	display: block;
}
#footer img{
	position: relative;
	display: block;
	float: right;
	margin-right: 15px;
	margin-top: 10px;
}

@media print {
  #printPageButton {
    display: none;
  }
}