
body				{ background:#c1c1c1; }
a 					{ outline-style: none; }
 
ul#menuback {
	margin:0px; 
	padding:0px; 
	list-style: none;
	background: url(../images/index_04.jpg);
	width: 500px;
	overflow: auto;	
	 height:75px;
	
}

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

ul#menuback li#shutter1 {
	background: url(../images/laptop.gif) no-repeat; 
}
ul#menuback li#shutter2 {
	background: url(../images/desktop.gif) no-repeat; 
}
ul#menuback li#shutter3 {
	background: url(../images/printers.gif) no-repeat; 
}
ul#menuback li#shutter4 {
	background: url(../images/usb.gif) no-repeat; 
}
ul#menuback li#shutter5 {
	background: url(../images/accessories.gif) no-repeat; 
}

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