html, body {
	margin: 0;
	padding: 0;
}

body {
	background: url(/files/images/wood.gif);
}

#logo {
	width: 780px;
	height: 100px;
	background: url(/files/images/logo.png) no-repeat;
	margin: auto;
	margin-top: 10px;
}


#content {
	width: 830px;
	height: 414px;
	margin: auto;
	background: url(/files/images/trans.png);
	margin-top: 10px;
	text-align: center;
	font: 14px "Times New Roman"; 
	color: #993333;
}

#katalogi {
	width: 830px;
	height: 650px;
	margin: auto;
	background: url(/files/images/trans.png);
	margin-top: 10px;
	text-align: center;
	font: 14px "Times New Roman"; 
	color: #993333;
}

#copy {
	width: 805px;
	color: #993333;
	text-align: center;
	font-size: 10px;
	margin: auto;
	padding-top: 10px;
}



#spice {
	width: 830px;
	height: 414px;
	margin: auto;
	background: url(/files/images/trans.png);
	margin-top: 10px;
	text-align: center;
	font: 14px "Times New Roman"; 
	color: #993333;
}


UL { 
	width : 615px;
	height : 414px;
        background: yellow; 
        margin: 2px 2px 2px 2px;
        padding: 0px 0px 0px 0px;
		display:inline;
		border:none;
                                     /* No borders set */
      }
	  
LI { 
        margin: 20px 0px 0px 20px;
		float: left;
		border:none;
        list-style: none             /* no glyphs before a list item */
                                     /* No borders set */
      }
	  
a img {
  border:none;
}
