I have a bodyMain div of 100% width. Inside it is a body div 800px with auto margin(can I use \'body\' as id ?). Inside this are two divs bodyLeft and bodyRight 200px and 60
The simple solution is to have outer div overflow:hidden (in style attribute).
Thank you