<style>
.content_wrapper {
position:fixed;
bottom:0;
left: 0;
width:100%;
height: 100px;
background: #e3e;
}
.content{
width: 900px;
height: 60px;
margin: 20px auto;
background: #333;
border: 3px solid #fff
}
</style>
<div class="content_wrapper">
<div class="content"> </div>
</div>