﻿body {
	background-color: #000000;
	text-align: center;
}

#content {

	width: 850px;
	height: 470px;
	background-color: #ffffff;
	border: 5px solid #dddddd;
	
	font: Verdana, Arial, sans-serif;
	font-size: 10pt;

	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5em;

	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}


#table {
	text-align: center;
}



#menualto {
	height: 61px;
	line-height: 61px;
	width: 740px;
	background: url(images/barra.gif);
	font-size: 10pt;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


#menubasso {
	height: 61px;
	line-height: 61px;
	width: 740px;
	background: url(images/barra_ruotata.gif);
	font-size: 10pt;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


#menualto a {
	text-decoration:none;
	color: #ffffff;
}

#menualto a:hover {
	color:#d2a652;
}

#menubasso a {
	text-decoration:none;
	color:#ffffff;
}

#menubasso a:hover {
	color:#d2a652;
}


img {
	border: none;
	text-align: center;
}

#content a {
	text-decoration:none;
	color:#000000;
}

#content a:hover {
	text-decoration:none;
	color:#666666;
}

#content a:visited {
	text-decoration:none;
	color:#333333;
}

.piva {
	color:#333333;
	position:absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	font-size: 10px;
}

.piva a {
	color:#333333;
	text-decoration:none;
}

