I modified the AdminConsole a little bit. I put some space between the columns (it bothered me), and coloured it orange.
If your going to use it, make sure you change the URL to the css-file in: http://your.site.name/admin_console2?func=edit;proceed=manageAssets. And while you there, also replace:
<a href="<tmpl_var help.url>"><img src="^Extras(adminConsole/small/help.gif);" alt="?" style="border-style:none;" /></a>
with:
<a href="<tmpl_var help.url>" target="_blank"><img src="^Extras(adminConsole/small/help.gif);" alt="?" style="border-style:none;" /></a>
so the Help doesn't keeps opening in the same page.