h2 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/black.png',sizingMethod='scale');
	width: 100%;
}
div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/white.png',sizingMethod='scale');
}
/*
	The following is a work around for the AlphaImageLoader "covering" text 
	and links inside the <div> tag. By giving objects "layout" (in MSSpeak), 
	we circumvent the problem and things work as they should.
*/
div * {
	position: relative;
}
