@charset "UTF-8";

/** 
 * Global CSS File (IE6)
 *
 * This file contains necessary alternatives to styles in the global CSS file in order to achieve
 * the same or similar rendering in Internet Explorer 6.0. This file should only be applied to 
 * IE6 browsers and lower. Do not include this file for other browsers or newer IE browsers. 
 *
 * @media all
 */ 
 
/**
 * Dissapearing Content (Peek-a-boo Bug)
 * @bugfix
 * @affected IE6 and lower
 */
 
div#layout_abc_cols { height: 1%; }

/**
 * Z-Index Overlap (Caused by Position Property)
 * @bugfix
 * @affected IE6 and lower
 */
 
 /**
 * @Inline Background Image Dissapearing
 * @bugfix
 * @affected IE8 and lower
 */