body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #4B81CB;
}
a:visited {
	color: #4B81CB;
}
a:hover {
	color: #999999;
}
a:active {
	color: #FF9934;
}
#logo{
	background-image: url(images/bg_logo.jpg);
	position: relative;

}

.bottoni {
	padding: 10px;
	height: 15px;
	width: 94px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	float:left;
	position: relative;

	}
#barra {
	height: 38px;
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF9934;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #24497B;

}
#container {
	background-color: #4B81CB;
	text-align: center;
	height: 100%;
	width: 100%;
}
#frame {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #24497B;
	height: 500px;
	width: 780px;
}
#container #logo #barra .bottoni a:link {
	color: #000000;
}
#container #logo #barra .bottoni a:hover {
	color: #24497B;
}
#container #logo #barra .bottoni a:visited {
	color: #000000;
}
#container #logo #barra .bottoni a:active {
	color: #24497B;
}