<div id="container-inner">
<div id="header">
<div id="column_left">
<div id="column_right"> </div>
<div id="content">
<div style="clear:both"></div>// add this
<div id="footer">
<div style="clear:both"></div>// add this
</div>
и это
#container {
background-image: url("../image/layout/bg-container.jpg");
background-size: 990px 1518px;
}
#footer {
background: url("../image/layout/bg-footer.jpg") no-repeat scroll center top transparent;
bottom: 0;
height: 60px;
margin: -130px 0 0;
padding: 70px 20px 0;
position: relative;
}