/********************************************
    AUTHOR:  			Matteo Margiotta
	WEBSITE:   			http://www.consorziosannicola.it/    
	DATE:				March-07-2008     	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements	 */

body {
	background: url(bg.jpg) repeat-x;
	color: #777;
	margin: 15px 0;
}



/* links */
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #FB9233; 
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #93C600;
}


/* images */
img {
	background: none;
 	border: 0px solid #E5E5E5;
	padding: 5px;
}

img.firstlogo {

	margin-bottom:0px;
	background:transparent no-repeat center;
	width:650px;
	height:357px;

}

div.enter {
	text-align:center;
	background-color:transparent;
}

div.text1 {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	color:#777;
	font-weight:normal;
	text-align:center;
	margin-bottom:15px;
	
}

div.text_under1 {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#777;
	font-weight:normal;
	text-align:center;
	margin-bottom:15px;
	
}

div.stat {
	width:50px;
	height:35px;
	margin-left:83%;

}






