Custom Theme

I create my custom theme. Into the main.php I add <?php echo $content?> like into the default theme. At the rendering time Yii wraps my views to <div class="container"> and <div id="content"> and puts the rendered view into the layout. How to disable output of these divs?

I’ve found a solution. I must to disable mentioned divs at the column1.php. I’m so sorry.

I believe tho’s two <div>'s are generated in the column1/column2 layout files.