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

*{
	margin:0;
	padding:0;
}

body{
	font-family:Verdana, Geneva, sans-serif;
	color:#212121;
	font-size:12px;
	background:#f0f0f0;
}

a{
	color:#212121;
	outline:none;
	text-decoration:none;
}

#menu{
	height:75px;
	background:url(../img/chrome.png) repeat;
	border-bottom:1px solid #666;
}

#menu ul{
	height: 50px;
	margin: 0;
	padding: 0 7px;
	text-align: center;
}

#menu ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding: 0;
	margin: 13px 0 0 0;
	vertical-align: middle;
	height: 50px;
}

#menu li > div {
	color: #000;
	font-size: 1.1em;
	text-decoration: none;
	padding: 0 8px;
	display: block;
	margin: 0;
	text-shadow: 0 1px 0 #ccc;
	min-width: 32px;
	cursor: pointer;
}

#menu ul li div.toolbar_image {
	width: 32px;
	height: 32px;
	margin: 0 auto 5px;
	background-image: url(../img/Mail-128.png);
}

#logo{
	background:url(../img/logo.png);
	width:188px;
	height:70px;
	float:right;
	margin-right:30px;
	
}

#contenitore{
	width:510px;
	height:470px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	color:#333;
	text-align:center;
	font-weight:bold;
}