/* Custom CSS Additions for Customer Sites */

/* Over-ride only the elements you need to for custom styles */

/* DO NOT COPY PASTE AN ENTIRE CSS FROM SMART OR FIRSTBAG IN TO HERE! */

#CustomerLogo
{
   /* Use ../images because we are in the site folder */
   background-image: url('../images/zafire.png'); 
   /* Make sure these match the logo dimensions exactly and/or resize logo so that it is 52px high */
   width: 206px;
   height: 52px;
}            
