#footbar{
	bottom: 0px;
	position: fixed;
	z-index: 100;
	display: flex;
	width: 100%;
	height: 60px;
	justify-content: center;
	background-color: #ffffff; 
}
#fff{
	text-align: center;
	margin: auto;
}

#footbar img{
	display: block;
	width: 123px;
	height: 60px;
	margin: 0 auto;
}

