since i basically built a site from scratch (but sticking to the zencart style/theme), i have my own css file, and basically 2 main divs on my page...one contains the logo header that should be on every page of my site, and the other is the content of the main page that first loads - inside my main page content div i have arranged categories, featured products, specials, and a flash banner with css - is there any way i can just completely blank the main page content and then call the categories/products/specials from my code? im not really interested in controlling the sections that appear on my page from the admin section, id rather just customize each page if i knew how to call those sections when i want them.