#footer-bar {
	
	width:  100%;
	height:  85px;
	border:  3px solid #d42222;
	color:  #d42222;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom: none;
	background-color: whitesmoke;
	padding: 5px;
	text-align: center;

}

#footer-bar #footer-left {
	display: inline-block;
	max-width:  250px;
	max-height: 100px;
	float: left;
}

#footer-bar #footer-right {
	display: inline-block;
	width:  200px;
	max-width:  45%;
	max-height: 100px;
	float: right;
}

#footer-bar a {
	text-decoration: none;
	color: #d42222;
}



#footer-right img {
	max-width:  100%;
}
