Just to complete the code review please see the add for colors.css

Code:
/* Background Layout (Smart Background app - added 12142008)*/
#logoWrapper { background-image: url(../images/smartbg.jpg); background-repeat: no-repeat; }
.smartBG_aboutus #logoWrapper { background-image: url(../images/smartbg_aboutus.jpg); background-repeat: no-repeat; }

#navMain.login { background-image: url(../images/topmenubg_login.jpg); background-repeat: no-repeat; }
#navMain.noLogin { background-image: url(../images/topmenubg.jpg); background-repeat: no-repeat; }
.smartBG_aboutus #navMain.login { background-image: url(../images/topmenubg_login_aboutus.jpg); background-repeat: no-repeat; }
.smartBG_aboutus #navMain.noLogin { background-image: url(../images/topmenubg_aboutus.jpg); background-repeat: no-repeat; }
See also change in code in layout.css
Code:
/* Changed logowrapper and move part to colors.css  - smartbackground application */
#logoWrapper { width: 100%; height: 153px; position: relative; }
/* end change */