@charset "utf-8";
/* 
 * Stylesheet to place a UNM logo image in the footer below the
 * dark grey nav bar.
 *
 * Image cannot be placed in content footer because relative positioning
 * results in image being placed with page content.
 *
 * Edited 01-07-2013 by Jon Wheeler
 */

#cdmFooterWrapper {
	background-image: url("/ui/custom/default/collection/default/images/unm_libraries_logo_footer_3.png");
	background-repeat: no-repeat;
	height: 120px;
}