﻿body 
{
	margin:0;
	padding:0;
	font-family:Arial;
	background-color:#191919;
}

#sito
{
	background-color:#767676;
}

#menu, #content, #bottom, #top
{
	clear:both;
}

.centrare
{
	width:960px;
	margin:0 auto;
}

#top
{
	background-image:url(images/backGroundTop.jpg);
	background-repeat:repeat-x;
}

#menu
{
	height:50px;
	background-color:#191919;
}
#menu ul, #menu li
{
	margin:0;
	padding:0;
	list-style:none;
}
#menu li
{
	margin:0;
	padding:0;
	line-height:50px;
	text-align:center;
	float:left;
}
#menu li a
{
	display:block;
	color:White;
	text-decoration:none;
	/*width:100px;*/
	padding-left:30px;
	padding-right:30px;
	font-size:14px;
}
#menu li a:hover
{
	background-color:#c9c9c9; /* #c1cf00; */
	color:Black;
}

#content
{
	border-bottom:30px #353535 solid;
	padding-bottom:40px;
	padding-top:40px;
}
#bottom
{
	border-top:1px #555 dashed;
	background-color:#191919;
	color:#bbb;
	font-size:12px;
	padding-top:40px;
}
#bottom a
{
	color:#bbb;
}
#bottom ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#bottom li
{
	margin:0;
	padding:0;
}

#bottom table
{
	margin-bottom:20px;
}
#bottom table h3
{
	text-align:left;
	padding-left:40px;
}