/*
----
PNG BACKGROUND FILTER FOR IE6 / USAGE: Use the filter below but previously reset background image with none to get the desired result; Take acare that the root for the iamge folder is right;
----

#id or class here {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/IMAGENAME HERE.png');
}
*/
.Hpheader {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/main/HPheaderWhite.png');
}






/*
----
HOVER CRACK FOR IE6 - HOW TO USE:
----
1. Step

   1.  tag : hover -> tag.hover
   2. tag.className:hover -> tag.classNameHover

2. Step

tag {
	behavior: url(hover.htc );	
}
*/