 
ul#menuback {
	margin: 30px auto;
	list-style: none;
	background: url(../images/menu-bg.jpg);
	width: 765px;
	overflow: auto;	
}

ul#menuback li.shutter {
	width: 250px;
	height: 130px;
	display: block;
	float: left;
}

ul#menuback li#shutter1 {
	background: url(../images/chinese_gardens.jpg) no-repeat; 
}
ul#menuback li#shutter2 {
	background: url(../images/vintage_dinner.jpg) no-repeat; 
}
ul#menuback li#shutter3 {
	background: url(../images/brisbane_dinner.jpg) no-repeat; 
}
ul#menuback li#shutter4 {
	background: url(../images/bluegrass_bash.jpg) no-repeat; 
}

ul#menuback li#shutter5 {
	background: url(../images/aged_wines.jpg) no-repeat; 
}

ul#menuback li#shutter6 {
	background: url(../images/quay.jpg) no-repeat; 
}

a.link {
   width: 200px;
   height: 100px;
   display: block;
   background: url(../images/window.jpg) no-repeat bottom center;
   text-indent: -9999px;
}