

/* Button with jQuery */ 
.button2
{
     background: url(images/contact1.png);
	 background-repeat:no-repeat;
     height:66px;
	 width:267px;
	 display:block;
	 background-position:0 -66px;
}
.button2 a
{
     background: url(images/contact1.png);
	 background-repeat:no-repeat;
     height:66px;
	 width:267px;
	 display:block;
}