@charset "UTF-8";

/* IE6 FIXES

if you have a floated element such as a div and you place margin-right or margin-left on that element, our most beloved Internet Explorer 6.0 will double that margin value, causing havoc in your html layout. To fix this simply add display:inline; to your floating element.

The underscore (_property:xxx;) hides the css property from everything but IE6
the star (*property
		  :xxx;) hides the css property from everything but IE6 & IE7

------------------------------------------------------- */
#page-shadow, #page-shadow-bottom, #atgi-logo,{behavior: url('/common/css/iepngfix.htc');}

#page-container {-background-image:none; -background:transparent;}
#site-container {-background-image:url(../images/page-bg.gif); -background-color:#FFF;}
