a.widgit_volunteer {
	display: block;
	height: 40px;
	width: 215px;
	background: url(../images/volunteer.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.widgit_volunteer {
	background-position: -215px 0;
}

#widgit_volunteer {
	width: 215px;
	height: 40px;
}


a.widgit_donation {
	display: block;
	height: 40px;
	width: 215px;
	background: url(../images/donation.jpg) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.widgit_donation {
	background-position: -215px 0;
}

#widgit_donation {
	width: 215px;
	height: 40px;
}


