Hi,
You can use the WebPart containers, as described in DevGuide -
Web part containers overview and the next article about creating them. There you could specify the class of the enveloping DIV element.
Faster option for just the div wrapper could be using Content before and Content after properties like:
ContentBefore = <div class="YourClass">
ContentAfter = </div>
Regards,
Zdenek