Hacks

Here's how I figured out how to change the favicon.

And here's the css I added to the "design":
#navbar {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}