
BODY  {
	background-color : #f2f2f2;
	padding: 0px;
	margin: 0px;
	font-family :arial, helvetica, sans;	
	color : #FFFFFF; 
	font-size : 11px;
	height: 100%;
} 

html {
height: 100%;
}

img  {
	border : 0;
} 

p  {
font-style : normal;
font-family :arial, helvetica, sans;
text-align : justify;
font-size : 11px;
} 

H1  {
font-size : 11px;
font-family :arial, helvetica, sans;
font-style : normal;
color : #ffffff;
text-align : center;
} 

H2  {
font-size : 11px;
font-family :arial, helvetica, sans;
font-style : normal;
color : #1f4a7d;
text-align : center;
} 

A:link  {
text-decoration : none;
color : #FFFF00;
} 

 A:visited  {
text-decoration : none;
color : #FFFF00;
} 

A:active  {
text-decoration : none;
color : #F2F2F2;
} 

A:hover  {
text-decoration : none;
color : #F2F2F2;
}
}


div.divisor {
	background-image : url(introbak.png);
	position : absolute;
	left : 50%;
	top : 0px;
	bottom : 0px;
}

table.main  {
	table-layout : fixed;
	height : 100%;
	width : 100%;
	margin-left : 0;
	margin-right : 0;
	caption-side : bottom;
} 

td.half_left {
	width : 50%;
	height : 100%;
	background-image : url(http://frankcm.ceccocom.it/img/dot.jpg); 
}

td.half_right {
	background-color : #F2F2F2;
	background-image : url(http://frankcm.ceccocom.it/img/introbak.png);
	background-repeat : repeat-y;
	width : 50%;
	height : 100%;
}
