body {
	padding: 40px;
}

p {
	width: 450px;
}

img {
	margin-bottom: 10px;
}

a#btn-contact-us,
a#btn-make-a-gift,
a#btn-plan-a-gift,
a#btn-contact-us-3,
a#btn-make-a-gift-3,
a#btn-plan-a-gift-3,
a#btn-contact-us-4 {
	display: block;
	width: 150px;
	height: 50px;
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
	background: silver no-repeat 0 0;
	text-indent: -10000px;
}

a#btn-contact-us:hover,
a#btn-make-a-gift:hover,
a#btn-plan-a-gift:hover,
a#btn-contact-us-3:hover,
a#btn-make-a-gift-3:hover,
a#btn-plan-a-gift-3:hover,
a#btn-contact-us-4:hover  {
	background-position: 0 -50px;
}

a#btn-contact-us {
	background-image: url(contact-us.png);
}

a#btn-make-a-gift {
	background: url(make-a-gift.png) no-repeat 0 0;
}

a#btn-plan-a-gift {
	background: url(plan-a-gift.png) no-repeat 0 0;
}

a#btn-contact-us-3 {
	background-image: url(contact-us-v3.png);
}

a#btn-contact-us-4 {
	background-image: url(contact-us-v4.png);
}

a#btn-make-a-gift-3 {
	background: url(make-a-gift-v3.png) no-repeat 0 0;
}

a#btn-plan-a-gift-3 {
	background: url(plan-a-gift-v3.png) no-repeat 0 0;
}