footer {
background-color: #231f20;
color: white;
display: block;
height: 400px;
left: 0;
position: absolute;
width: 100%;
}
<footer>
<div style="width:900px; margin:0 auto;">
..content..
</div>
</footer>
<body>
<header></header>
<main></main>
<footer></footer>
</body>
body {
margin: 0 auto;
padding: 0;
background-color: #f2f2f2;
font-family: sans-serif;
min-width: 1200px;
max-width: none;
width: 100%;