body {background-color: #fffbe0; 
	margin:0px;
	background-image: URL('images/sfondo.gif');
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center}


Table {text-align: left}

table.top {width: 750px; height: 150px;
	background-image: URL('images/sfondotop.gif');
	background-position: top center;
	background-repeat: no-repeat}
	
table.page {width: 750px}

table.bottom {margin-top: 30px; text-align: center}


img {border-style: none}
 img.center {vertical-align: middle} 

/* index */

Table.cento {width: 100%;
	height: 100%;
	text-align: center}

body.index {background-image: none; vertical-align: middle}

td.blu {margin:0px;
	background-image: URL('images/top.gif');
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center}

td.introuno {width: 375px;
	height: 160px;
	background-image: URL('images/intro1.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	vertical-align: middle;
	}
	
td.introdue {width: 375px;
	height: 160px;
	background-image: URL('images/intro2.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	vertical-align: middle}

table.index {background-color: #FFF;
	border-style: groove;
	border-color: #CDCDCD;
	border-width: 2px;
	width: 750px}
	
/* SPECIALI */
/* LISTINO */
table.listino {border-style: outset;
	border-width: 2px;
	border-color: #FEF7C7;
	margin-top: 10px;
	margin-bottom: 5px;
	align: center}
	
table.listinogrande {border-style: outset;
	width: 600px;
	border-width: 2px;
	border-color: #FEF7C7;
	margin-top: 10px;
	margin-bottom: 5px}
	
.prezzo {border-style: solid;
	border-width: 1px;
	border-color: #FAED93}
	
.bianco {background-color: #fff}