html, body, div, span, applet, object, iframe,
h1, h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
}

a:link, a:visited {
	color: #971718;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.active {
	font-weight:bold;
	color:#971718;
}

a img { border: none; }

img.alignright2 {
	float: right;
	margin: 0 160px 0 15px;
}

img.alignright3 {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: -48px 160px 0 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}

.boxnews{
	width:700px;
	min-height:150px;
	margin-bottom:10px;
	margin-top:10px;
}

#testata {
	top:0;
	position:fixed;
	height:132px;
	width:100%;
	background-image:url(imgs/logo.jpg);
	background-repeat:no-repeat;
	background-position: center;
	background-color:#FFF;
	text-align:center;
	z-index:10001;
}

#fb {
	top:0;
	position:fixed;
	margin-top:70px;
	width:86%;
	text-align:right;
	z-index:10001;
}

#intro{
	background-image:url(../imgs/entra.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:600px;
	height:319px;
	top: 50%;
	left: 50%;
	margin-top: -380px; /*set to a negative number 1/2 of your height*/
	margin-left: -590px; /*set to a negative number 1/2 of your width*/
	z-index: 3;
	position:absolute;
}
		
#enter{
	top: 50%;
	left: 50%;
	margin-top: 50px;
	margin-left: -20px;
	z-index: 3;
	position:absolute;
}

#caffe_menu {
	position:fixed;
	top:132px;
	width:81px;
	height:81px;
	background-image: url(imgs/tazzina.jpg);
	background-repeat:no-repeat;
	background-position:left;
	z-index:10001;
}

#menu {
	top:132px;
	position:fixed;
	background-image: url(imgs/menu.jpg);;
	background-repeat:repeat-x;
	background-position:left top;
	margin-left:81px;
	width:100%;
	height:81px;
	z-index:10001;
}

#menu_link {
	top:132px;
	position:fixed;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	width:100%;
	color:#FFF;
	padding-top:5px;
	z-index:10001;
}

#menu_link a:link, #menu_link a:visited {
	color:#FFF;
}

#menu_link a:hover {
	color:#000;
}

#menu_link .active {
	color:#FFF;
}

#footer a:visited {
	color:#971718;
}

#footer a:hover {
	color:#000;
}

#page {
	margin-top:180px;
	margin-left:auto;
	margin-right:auto;
	width:700px;
}

.pics { 
	float: left;
	margin: 0 15px 5px 0px;
	height:472;
	width:400;
}

#content {
	float:right;
	width:700px;
	text-align: justify;
	margin-bottom:50px;
}

.pics img {
	border:none;
	padding:10px;
	background-color:#fff;
}

#title {
	font-family: Verdana, Geneva, sans-serif;
	text-transform:lowercase;
	font-size:130%;
	font-style:italic;
	color:#C00;
}

h1 { font-size: 32px; }
h2 { font-size: 19px; }
h3 { font-size: 15px; }
h4 { font-size: 12px; }

#footer {
	position: fixed;
	background-color:#FFF;
	text-align:center;
	width:100%;
	left: 0px;
	bottom: 0px;
	height: 18px;
	padding: 2px 2px 5px 15px;
	z-index:99;
	font-family: Verdana, Geneva, sans-serif;
}

#social {
	position:fixed;
	text-align:right;
	width:99%;
	float:right;
	bottom: 0px;
	height: 18px;
	z-index:100;
	padding-top: 2px;
	padding-bottom:5px;
}


#background{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-100;
}

hr {
  border: dotted 1px;
  color: #ccc;
  height: 1px;
}