<section>
<div id="content">
</div>
</section>
<section>
<div id="sidebar">
</div>
</section>
<section>
<div id="footer">
</div>
</section>
#content {
display:inline-block;
float:right;
width: 78%;
}
#sidebar {
display:inline-block;
float:left;
width: 285px;
height: 100%;
background: #89a8d4;
opacity: 0.8;
}
#footer {
}