FYI: You really don't need to add another container to position a calendar. You can easily style the
<div> that holds the calendar. The easiest way would be to add some inline CSS
as Inger suggested. The better way would be to add a
div#cc_webcalendar selector in your CSS file and add the positioning properties there.
One caveat of using an iframe is that it will load the calendar event popups in the iframe also, and depending on the size of your iframe, some of the event data might not be visible.
Of course you are all free to take the code and tweak it to your satisfaction. That's the main reason we decided to switch to using HTML, CSS, and Javascript; so you could hack away and have full control.
We're really excited to see all the creative ways you can use Web Calendar, so please post your hacks, styles, and other tips.