I want to center my content and have 2 tables, 1 on the left side and one on the right side. Here is my css side_menu is for the left side and content is for center and side_menu2 is for the right side, but it does not work and the pages breaks, any ideas how to fix this. Here is my page the way it looks .side_menu{ width:190px; float:left; } .content{ width:445px; float: right; } .side_menu2{ width:300px; float:right; } Thanks for the help.