div.special_content{
	background: url(img/specialheader.jpg);
	background-repeat: no-repeat;
	background-color:white;
	padding-top:160px;
}


div.special_content td{
	text-align:center;
	padding-top:8px;
	sbackground-color:transparent;
}

div.special_content td a{
margin:0 auto;
}

#coffeebanner {
	background-image: url(img/coffeebanner_hover.jpg);    /* rollover state */
	width: 632px;                    /* image width */
	height: 184px;                   /* image height */
}

#winebanner {
	background-image: url(img/winebanner_hover.jpg);    /* rollover state */
	width: 632px;                    /* image width */
	height: 190px;                   /* image height */
}

/* Application: Common Code */

.rollover { display: block; } /* Allow setting widths and heights */
.rollover img { width: 100%; height: 100%; border: 0; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */

