#foot1 {
    position: relative;
    margin: 100px auto;
    display: inline-block;
    width: 85%;
    text-align: center;
}

#foot1 > span {
    margin: 20px 0 ;
    text-align: center;
    width: 45%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

#foot1 > span > div {
    width: 100%;
    height: 50px;
    line-height: 25px;
    text-align: left;
    display: inline-block;
}

#foot1 > span > div > a {
    text-decoration: none;
    color: white;
}