HEADER

CONTENT

In this example the header comes before #bac

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 and it now has border top and bottom
#bac{
position: relative;
background-color: #fff;
left: 0px;
width: 100%;
height: auto;

border-top-style: solid;
border-top-color: #e9eeef;
border-top-width:10px;
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.