Copy this code and paste it in your HTML
<!-- CSS -->
.container{width: 900px; margin: 0 auto;}
.right{float: right; width: 580px;}
.left{float: left; width: 300px;}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
<!-- end CSS -->
<!-- HTML -->
<div class="right">content
</div>
<!-- ! HTML -->