/* Main Page CSS */
#mainCell {
	background-image: url('../images/main/pagebg.jpg');
}

#hamburger-link {
	width: 139px;
	height: 110px;
	display: block;
	background-image: url('../images/main/hamburger-nav.jpg');
}

#hamburger-link:hover {
	background-position: -139px 0;
}

#hamburger-link span {
	display: none;
}

#coffee-link {
	width: 110px;
	height: 110px;
	display: block;
	background-image: url('../images/main/coffee-nav.jpg');
}

#coffee-link:hover {
	background-position: -110px 0;
}

#coffee-link span {
	display: none;
}

#icecream-link {
	width: 140px;
	height: 110px;
	display: block;
	background-image: url('../images/main/icecream-nav.jpg');
}

#icecream-link:hover {
	background-position: -140px 0;
}

#icecream-link span {
	display: none;
}

#testimonials-link {
	width: 140px;
	height: 110px;
	display: block;
	background-image: url('../images/main/testimonials-nav.jpg');
}

#testimonials-link:hover {
	background-position: -140px 0;
/*	background-position: -130px 0; */
}

#testimonials-link span {
	display: none;
}