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