My header image is cutoff, it shows the wrong size.

I am using Zencart v1.3.8a.

My stylesheet. I changed in both the classic and free_blue template.
Code:
#logoWrapper
width:1023px;
height:194px;
background-image:url(../images/header-bg.jpg);
background-repeat:no-repeat;
}
header.php (free_blue template)
Code:
// added defines for header alt and text
  define('HEADER_ALT_TEXT', 'MMO Gold Sales');
  define('HEADER_SALES_TEXT', '');
  define('HEADER_LOGO_WIDTH', '1023px');
  define('HEADER_LOGO_HEIGHT', '194px');
  define('HEADER_LOGO_IMAGE', 'logo.gif');
The image in question is located at http://mmogoldsales.com.



I have a headache for trying to fix this. Any help on getting this to stop being cutoff, would be appreciated.