<br />
#body {<br />
    width: 90%;<br />
    height: 500px;<br />
    background: gray;<br />
    margin: auto;<br />
    padding: 10px;<br />
}
 
#content {<br />
    background-color:white;<br />
    float: left;<br />
    width:70%;<br />
    height:500px;<br />
    overflow:hidden;<br />
}
 
#sidebar {<br />
    background-color:lightgray;<br />
    float: right;<br />
    text-align:center;<br />
    width: 29%;<br />
    height: 500px;<br />
    overflow:hidden;<br />
}<br />