
ul#menuback {
	
	list-style: none;
	background: url(../images/menu-bg.jpg) no-repeat;
	width: 400px;
	text-align:center;
	overflow: auto;
	padding:0;
	margin-left:30px;
	border:0px solid #F00;
}

ul#menuback li.shutter {
	width: 200px;
	height: 100px;
	display: block;
	float: left;
	border:0px solid #F00;
	
}

ul#menuback li#shutter1 {
	background: url(../images/shutter-africanplains.jpg) no-repeat center;
	 
}
ul#menuback li#shutter2 {
	background: url(../images/shutter-reptiles.jpg) no-repeat center; 
}


a.link {
   width: 200px;
   	border:0px solid #F00;
   height: 100px;
   display: block;
   background: url(../images/window.png) no-repeat bottom left;
   text-indent: -9999px;
   
}



