/* CSS index.html */
html {
	margin:0;
	padding:0;
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#FFF;
	background-image:url(../images/bg-index.gif);
	background-position:center top;
	background-repeat:repeat-y;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



#main {
	position:relative;
	width: 370px;
	margin-left: auto;
	margin-right: auto;
	background-color:FFFEE8;
	height:100%;
	color: #666666;
}

#follow-me { position:fixed !important; position:absolute; width:30px; height:125px; top:50%; left:0; margin-top:-60px; }
#follow-me a { display: block; width:30px; height:125px; }
#follow-me img { border:none; }


#zengoni {
z-index:1;
margin:0;
padding:0;
height:190px;
background-image:url(../images/zengoni.jpg);
background-repeat:no-repeat;
}

#zengoni span {	
	position:relative;
	z-index:-1;
}

#enter {
	width:300px;
	margin:15px auto 0 auto;
	height:50px;	
}

#italiano a {
width:130px;
float:left;
margin:0 20px 0 auto;
background:url(../images/italiano.gif) no-repeat 50% 0;
padding:30px 0 0 0;
}

#english a {
background:url(../images/english.gif) no-repeat 50% 0;
width:130px;
float:left;
margin:0 auto 0 20px;
padding:30px 0 0 0;
}

p {
font-size:10px;
color: #666666;
line-height:18px;
margin:0px;
padding:0;
}

#footer {
	position:absolute;
	bottom:0;
	left:0;
	width: 370px;
	color: #666;
	background-image:url(../images/bg-mini-rev.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}

#footer p {
	padding-bottom:20px;
}

a {
	font-size:11px;
	display:block;
	font-weight:bold;
	color: #666; 
	text-decoration:none;
	height:0;
}

a:hover {
	color: #cc0000; 
}

hr {
	width: 350px;
	height: 0px;
	text-align: center;
	border-color: #999;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	float:none; 
	clear:both;
}

.restaurant {
	margin:5px auto 0 auto;
	padding-bottom:15px;
} 

.restaurant img {
	margin-bottom:-15px; 
}



