body {
	
	margin: 0px;
}

/* table inside a div centered and text left aligned 
div.centered table {
  margin: 0 auto; 
  text-align: left;
}
*/
.menuimage {
	border: 0px;
	vertical-align: top;
	padding-bottom: 11px;
}

.menucell {
	width: 350px; 
/*	height: 210px; */
	vertical-align: top;
	background-image: url(../images/saporiti-logo_dx.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.menucellsize {
	width: 350px; 
	height: 210px;
	vertical-align: top;
	background-image: url(../images/saporiti-logo_dx.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.btnslide {
	background-color: #000;
	font: 18px Arial, Helvetica, sans-serif; color: #FFF; font-weight: bold;
	cursor:pointer;
	border: none;
}
