I can't get it to look correct using the code provided with my style...If I use the following code I can get the box to look right...but if I add the
Code: 
<!-- INCLUDE chat_body.html -->
it's in the center of the screen not aligned with the box that the code below creates on the left....

Code: 
<table id="bx" width="70%" border="0" cellpadding="0" cellspacing="0">

        <td><img src="{T_THEME_PATH}/images/box_01.png" width="41" height="48" alt=""></td>

        <td background="{T_THEME_PATH}/images/box_02.png" width="50%" height="48"></td>

        <td background="{T_THEME_PATH}/images/cu.png" width="300" height="48"><h4 align="center">Shoutbox</h4></td>

        <td background="{T_THEME_PATH}/images/box_02.png" width="50%" height="48"></td>

        <td><img src="{T_THEME_PATH}/images/box_04.png" width="41" height="48" alt=""></td>
</table>
<table id="bx" width="70%" border="0" cellpadding="0" cellspacing="0">

        <td><img src="{T_THEME_PATH}/images/box_10.png" width="41" height="46" alt=""></td>
        <td background="{T_THEME_PATH}/images/box_11.png" width="100%" height="46"></td>
        <td><img src="{T_THEME_PATH}/images/box_13.png" width="41" height="46" alt=""></td>
</table>