Try adding this to your SiteTitle tiddler:
---------------
{{left{[img[logo.png]]}}} {{right{[img[logo.png]]}}} SiteTitle
---------------
Then add the following to your StyleSheet:
---------------
.headerShadow .left,
.headerShadow .right {
position: absolute;
top: 0;
}
.headerShadow .left {
left: 0;
}
.headerShadow .right {
right: 0;
}
.headerForeground .left,
.headerForeground .right {
display: none;
}
---------------
HTH.
-- F.