@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
}
/*Contenitore centrale*/
div#contenitore {
	margin:0 auto;
	width:813px;/*2 px prende il bordo*/
	min-height:579px;
	height:auto !important;
	height:579px;
	overflow:hidden;
	background-image:url(../img/sfondi/intro/sf_splash.jpg);
	background-repeat:repeat-x;
	}
div#logotop {
	margin-left:284px;
	width:247px;/*2 px prende il bordo*/
	min-height:222px;
	height:auto !important;
	height:222px;
	overflow:hidden;
	background-image:url(../img/sfondi/intro/logo_top_splash.jpg);
	background-repeat:repeat-x;
	}
/*Div slettore lingua*/
div#sellingua {
	margin:0 auto;
	margin-top:15px;
	}

div#logobottom {
	margin:0 auto;
	width:699px;/*2 px prende il bordo*/
	min-height:167px;
	height:167px;
	overflow:hidden;

	/*background-image:url(../img/sfondi/intro/img_splash.jpg);*/
	background-repeat:no-repeat;
	}
/*footer*/
div#footer {
	margin:0 auto;
	margin-top:9px;
	width:699px;/*2 px prende il bordo*/
	min-height:15px;
	height:auto !important;
	height:15px;
	background-image:url(../img/sfondi/intro/sf_footer_splash.jpg);
	background-repeat:no-repeat;
	overflow: hidden;
	}
div#textsubfooter {
	margin:0 auto;
	margin-top:10px;
	width:699px;/*2 px prende il bordo*/
	min-height:34px;
	height:auto !important;
	height:34px;
	background-image:url(../img/sfondi/intro/text_cucine_alta_qualita.jpg);
	background-repeat:no-repeat;
	overflow: hidden;
	}
/*credits*/
div#credits {
	margin:0 auto;
	margin-top:10px;
	}
.text1 {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:14px;
	color:#560000;
	line-height:2em;
	}
.text2 {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px;
	color:#560000;
	line-height:1.5em;
	}
.text2 a:link {
	color:#560000;
	text-decoration:none;
	}
.text2 a:visited {
	color:#560000;
	text-decoration:none;
	}
.text2 a:hover {
	color:#560000;
	text-decoration:underline;
	}
.textwhite {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.6em;
	color:#FFF;
	line-height:1.5em;
	text-align:center;
	}
.textwhite a:link {
	color:#FFF;
	text-align:center;
	text-decoration:none;
	}
.textwhite a:visited {
	color:#FFF;
	text-align:center;
	text-decoration:none;
	}
.textwhite a:hover {
	color:#FFF;
	text-align:center;
	text-decoration:underline;
	}