Sorry if this was covered already (I didn't see a thread) but it's always bugged me that the CP logo is gapped oddly at the head.
Not sure if the cell padding and margin are necessary for another element I'm missing, but to fix 'er up:
1. For <table border="0" width="100%" cellpadding="8" cellspacing="0" align="center"> change the cellpadding to "0"
2. For the css of 'body' change the margin to 0px 10px 10 px;
Sorry if fata