#footer { clear: both; } .separator { clear: both; height: 0; } </style> </head> <body> <div id="wrapper"> <div id="newsColumn"> <div id="newsColumnContent"> <h1>News</h1> <p>this is a test. </p> </div> </div> <div id="infoColumn"> <div id="infoColumnContent"> <h1>Information</h1> <p>this is a test. this is a test. this is a test. this is a test. this is a test. </p> </div> </div> <div class="separator"> </div> </div> <div id="footer"> <p>Footer content goes here.</p> </div> </body> </html>