/**
* Adds near-native PNG support with alpha opacity
*
* @see        http://www.twinhelix.com/css/iepngfix/
* @affected   IE 5.5, IE6
* @css-for    IE 5.5, IE6
*/
img {
	behavior: url("interface/js/iepngfix.htc"); 
}

/**
* Adds ability to user :hover selector on any tag
*/
body { behavior: url("interface/js/csshover.htc"); }
div#content.home div.wrapper div.inner-wrapper{ width:920px; background:transparent url(../images/content/content-home-bg.jpg) no-repeat scroll right 48px ; }
div#footer div.wrapper{ text-align:center; }
div#footer div.logo { 
height:81px;
margin-left:360px;
width:130px;
}
