#sidebar {
	float: left;
    width: 24%;
    overflow: hidden;    
}

#content {
	float: right;
	width: 74%;
    overflow: hidden;
}