Garland is the nice new default theme in Drupal 5. Here's how to customize it...
Garland not only looks good out-of-the-box, but it also comes with a number of predefined color schemes and even lets you define your own using the color.module core module:
If you try to use a PNG-24 file with transparency, you'll find that it works fine with Firefox, but not with IE6. A GIF or PNG-8 would work, but they only have 1-bit transparency, i.e. you can't blend your edges with the changing background.
color.module solves this problem for the default logo by blending the background into the transparent portions of the logo, resulting in a solid color PNG file that even IE can handle.
Unfortunately, this will not work, if you set Path to custom logo to use your own logo. There seem to be two alternative solutions to this problem:
color.module will automatically adjust your logo.
The default values are
'logo.png' => array(622, 51, 64, 73),
(that's where the 64x73 comes from); I've found that
'logo.png' => array(560, 55, 200, 100),
works well for me. It gives the maximum available size of 200x100, and it pushes the site name / site slogan to the right so that it sits nicely on top of the main content box.
Note: remember to at least slightly change the colors for your custom icon to take effect.
... then you only have a link to the shared themes directory. To "un-share" the Garland theme, copy its files to sites/all/themes/garland, or Create Subthemes to Keep Garland Customizations Separate on a Shared Installation.
... then you may be running under safe_mode. Turn it off, at least temporarily.
More Garland color schemes
http://drupal.org/node/128395 http://drupal.org/node/138588
http://drupal.org/node/142839 http://drupal.org/node/132476