html,body{ background-color:#000; margin:0px; padding:0px; text-align:center; overflow:auto}
p{ text-align:center; color:#666; font-size:10px; font-family:Arial, Helvetica, sans-serif}
Table#MasterTable{
	height:99%;
	width:100%;
	border:0px;
	padding:0px;
	border-collapse:collapse
	}
	
	Table#MasterTable td{
	vertical-align:middle;	
		}
	
.TabellaWeb{	
	width:100%;
	border:0px;
	padding:0px;
	border-collapse:collapse;
	}
	
	Td.Top{
		background-image:url('images/top.gif');
		background-repeat:no-repeat;
		background-position:bottom center;
		height:89px;
		padding:0px;
		vertical-align:bottom !important; text-align:right
		}
	Td.Top img{ border:0px; margin:0px 30px 10px 0px;}
	Td.TopLeft{
		background-image:url('images/top_left.gif');
		background-repeat:no-repeat;
		background-position:bottom right;
		}
	Td.Left{
		width:50%;
		padding:0px;
		background-image:url('images/right.gif');
		background-repeat:no-repeat;
		background-position:right;
		}
	Td.Right{
		width:50%;
		padding:0px;
		background-image:url('images/left.gif');
		background-repeat:no-repeat; 
		background-position:left;
		}
	Td.Bottom{
		background-image:url('images/bottom.gif');
		background-repeat:no-repeat; 
		background-position:top;
		height:44px;
		padding:0px;
		}
	Td.BottomEn{
		background-image:url('images/bottom_en.gif');
		background-repeat:no-repeat; 
		background-position:top;
		height:44px;
		padding:0px;
		}		
.Testo{
	font-family:Tahoma;
	line-height:130%;
	font-size:12px;
	color:white;
	}