.header{
	height: 105px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/hp_header_bg.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.header[class] {
	height: 105px;
  	background-image:url(images/hp_header_bg.png);
}

.footer{
	height: 84px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/hp_footer_bg.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.footer[class] {
	height: 84px;
  background-image:url(images/hp_footer_bg.png);
}
