a.img, a.img:visited, a.img:active  
{ 
color: #FFFFFF; 
font-weight: bold; 
font-size: 14px; 
font-family: Tahoma; 
text-decoration: none; 
background: transparent url(image/button.png) no-repeat fixed; 
text-align: center; margin: 1px; padding-top: 3px; 
border: solid 1px black; position: static; width: 125px; height: 25px 
}
a.img:hover  
{ 
color: #FFFFFF; 
font-weight: bold; 
font-size: 14px; 
font-family: Tahoma; text-decoration: none; 
background: transparent url(image/button-ho.png) no-repeat fixed; 
text-align: center; margin: 1px; padding-top: 3px; 
border: solid 1px black; position: static; width: 125px; height: 25px 
}
body 
{ 
background: url(image/bg-button.png) no-repeat fixed 
}
