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