Sorry another question from me

I want to add another side box area and another under my welcme message, How do I do this?
Regards,
Danny

Code: Select all
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- End Welcome -->
Code: Select all
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_PORTAL_WELCOME} {SITENAME}</dt>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<li>
<div class="content" style="width:auto; height:auto; padding:10px; padding-bottom:0px;">
<p style="font-size:18px; text-align:center;"> CONTENT IN HERE! </p>
</div>
</li>
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
Code: Select all
font-size:18px;
Code: Select all
CONTENT IN HERE!
Code: Select all
{L_PORTAL_WELCOME} {SITENAME}