Lo resolví de otra manera:
Código HTML:
<div id="footer">
<div id="close">
<p><img src="img/logo-footer.png" alt="Logo" /><span>|</span>www.localhost.com.ar<span>|</span>Todos los Derechos Reservados</p>
</div>
</div>
Código HTML:
#footer {
background: #6a747d;
border-top: 2px solid #888f95;
overflow: hidden;
width: 100%;
min-height: 140px;
height: 100%;
height: auto !important;
clear: both;
text-align: center;
}
#foot {
padding: 30px 0 10px;
width: 960px;
margin-bottom: 20px;
margin:0 auto;
text-align:center;
color: #FFFFFF;
}
#foot span {
margin: 0 10px;
}