page: http://jsbin.com/eniva4/edit
I have one main div: #main-content
which contains two div's : #announcement
and .tabbed_content
I want both the two divs to have same height, meaning their background color should end at the same height.
Right now notice that #announcement
seems to have more height than .tabbed_content
I can hardcode the height pixels value but I want to know if there is a better approach?