I have a div on a page that I need to put content into. Sometimes the content is a few lines high, and sometimes the content is more than the screen height with varying size
#MainContentArea will always expand dynamically since its height is assigned as auto.
#MainContentArea
Since both have the same width, #BottomContentArea will be pushed down.
#BottomContentArea
Instead of percentage, use exact widths.