HI Christian my goal is to do something like this:
<body style="background-color:white">
<div class="container">
<div class="span-24">
<p>blabla.....</p>
</div>
</div>
<div class="span-24" style="background-color:yellow;width:
100%;height:100px;margin:0 auto">
<!-- this div should be oustide the container to have all the
browser width I would like to put margin:0 auto to center this div but
DOES'T WORK-->
<div class="span-9"><p>bla</p></div>
<div class="span-15 last"><p>bla</p></div>
</div>
<div class="conatiner">
bla bla
</div>
</body>