? style-height.patch Index: style.css =================================================================== RCS file: /cvs/drupal-contrib/contributions/themes/itheme/style.css,v retrieving revision 1.5 diff -u -p -r1.5 style.css --- style.css 7 Jun 2007 18:32:54 -0000 1.5 +++ style.css 17 Sep 2007 02:04:11 -0000 @@ -44,6 +44,8 @@ small { } #page { background: url(images/main-bg.jpg) no-repeat center top; + height: 559px; + overflow: visible; } #wrapper { width: 770px; @@ -890,4 +892,5 @@ td.menu-disabled { background: url(images/mini-category.gif) no-repeat 0px -2px; padding-left: 20px; color: #999999; -} \ No newline at end of file +} +