div#footer {
    background: #E9E9E9;
    height: 100px;
    border-top: 2px solid #D2D2D2;
    margin-top: 20px;
    clear: both;
}

.footer li{
	display:inline;	
}

ul.footer {
    width: 300px;
    margin: 0 auto;
    margin-top: 15px;
}

ul.footer a {
    color: #
}