CSS:
header {
width:100%;
min-height:200px;
background: red;
}
HTML:
<body>
<header>100% width header goes here...</header>
<div class="gridContainer clearfix">
The rest of your divs go inside this Fluid Grid Div.
</div>
</body>
Does that help?
Nancy O.