.clear{clear:both;}
#wrapper{width:800px;height:800px;background:orange;}
#header{width:100%;height:80px;background:yellow;}
#inner_wrapper{width:100%;}
#content{float:left;width:80%;height:640px;background:cyan;}
#sidebar{float:left;width:20%;height:640px;background:green;}
#footer{width:100%;height:80px;background:pink;}