Now we’ll add the top banner that takes the full width of the page:
HTML:
<a id="banner" href="#"></a>
CSS:
#banner {
background: #F6F6F6 url('../img/banner.jpg') no-repeat top left;
height: 55px;
background-size: 1920px;
min-width: 1000px;
display: block;
}