@charset "utf-8";
/* CSS Document */
html {
	overflow: -moz-scrollbars-vertical !important;
}
* {
	padding: 0px;
	margin:0px;
	font-size: 11px;
}

body {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #061f32;
	background-image: url(htmlImages/sfondoOrizzontale.gif);
	background-repeat: repeat-x;
	background-position:top center;
}

table {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 800px;
	
}

td {
	padding: 3px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

#centratore {
	width: 1172px;
	margin-left: auto;
	margin-right: auto;
}

#colonnaSinistra {
	float:left;
	background-image:url(htmlImages/leftShadow.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	width: 76px;
	height: 694px;
}

#colonnaCentrale {
	float:left;
	background-image:url(htmlImages/bottomShadow.jpg);
	background-position:bottom center;
	background-repeat: no-repeat;
	width: 960px;
	height: 694px;
}

#colonnaDestra {
	float:left;
	background-image:url(htmlImages/rightShadow.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 76px;
	height: 694px;
}

#centratore2 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}