New theme is really beautiful.
But you logo.jpg is 779 pixels width and not full screen
(my screen resolution is 1152x864)
I think it's better to make logo.jpg 10 pixels width and use "repeat" command to make the theme full screen with all screen size in style.css
|
Code:
|
.topbkg{background: url(images/logo.jpg) repeat-x;height:89px; |
It's just an idea (maybe I'm wrong)