/*html, html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
*/
 .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}


.engrav{
/*font-family:"Times New Roman", Times, serif;*/
font-family:'Times New Roman', Times, serif;
font-size:21px; 
color:#D2D2D2; 
text-align:center; 
vertical-align:middle; 
word-break:break-all; 
word-wrap: break-word;  
width:204px;
height:100px; 
/*padding-left:2px;
padding-right:10px;*/

}

.engrav1{

background:url(../images/metal-Sheet.jpg) left top;
background-repeat:no-repeat;
width:212px;
height:100px;
text-align:center; 
}

#main {
    position:absolute;
    width:128px;
    height:119px;
    z-index:0;
 }
 #main-p {
    position:absolute;
    width:128px;
    height:119px;
    z-index:0;
 }
#minor {
    position:relative;
    width:128px;
    height:119px;
    z-index:1;
 }
 
#main-d {
    position:absolute;
    width:241px;
    height:204px;
    z-index:0;
 }
#minor-d {
    position:relative;
    width:241px;
    height:204px;
    z-index:1;
 }
 
#main-pd {
    position:absolute;
    width:273px;
    height:252px;
    z-index:0;
 }
#minor-pd {
    position:relative;
    width:273px;
    height:252px;
    z-index:1;
 }