The color for the header and the footer is the background-color of the body
body{
background-color: #fff;
}
The white background is the color of a div #bac now it just has the border at the bottom
#bac{
position: relative;
background-color: #fff;
left: 0px;
width: 100%;
height: auto;
border-bottom-style: solid;
border-bottom-color: #e9eeef;
border-bottom-width: 10px;
}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean scelerisque orci id nunc congue lobortis. Vestibulum accumsan, risus et interdum aliquam, tellus felis cursus elit, id euismod purus lectus varius arcu. Mauris accumsan egestas vulputate. Vivamus ultricies leo ac tempor accumsan. Sed justo urna, eleifend in auctor a, vehicula id felis. Proin placerat a augue vel accumsan.