.FooterContainer{
    position: relative;
    color: white;
    width: 100%;
    text-align: center;
    background-color: #000000;
    height: 230px;
    padding: 10px 0;
    bottom: 0px;
}
.FooterContainer img{
    position: relative;
    display: block;
    left: 50%;
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	height: 45px;
	width: auto;
    margin: 45px 0 0 0;
}
.FooterContainer a{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    margin: 10px 20px 0 20px;
}
.FooterContainer p{
    margin: 10px 0 45px 0;
    line-height: 25px;
}