i kinda like the design. small and compact. i do not really like the need for a popup window, but hey, it works.
you could put the entire site in a table and then that table in a table, that spans the 100% of the page and valign=center and then your little square site will be dynamically centered on a page.
is the top rounded edge block got an innershadow? maybe make that a _bit_ more innershadow-ed.
and one more thing before i shut up. the text that you were hassling with. i have not opened dreamweaver in a while, but what about justifying the text. i know how to do it in a plain .css style sheet.
if you add these lines to your .css file then all text in a " < td > " will have these properties:
td {
margin: 0px;
padding: 3px;
color: #000000;
font-size: 8pt;
font-family: verdana, tahoma, arial, sans-serif
text-align:justify;
}
just my 2c... use it, don't use it