/*--- LOGO COLORS
ADDITIONAL ELEMENTS FOR THE SPLASH PAGE

light blue --> #00aae5
dark blue  --> #0a4f97
yellow     --> #f9a51b
red		   --> #c3122f
*/

/*--- HTML ---*/

/*--- DIV ---*/
#main_box{
	width: 750px;
	min-height: 650px;
	position: absolute;
	margin-left: -375px;
	margin-top: -325px;
	top: 50%;
	left: 50%;
	}
	
#main{
	width: 750px;
	min-height: 600px;
	border: 1px solid #000;
	background: #fff;
	background-image: none; 
	}

#content{
	width: 640px;
	overflow: hidden;
	/*scrollbar:auto;*/
	margin:30px 45px 50px 55px;
	text-align: justify;
	}
	
#content img{
	margin: 0 10px 0 10px;
	border: 0px;
	}

.l_select{
	text-align: center;
	float: left;
	width: 100px;
	border: 1px solid black;
	margin: 3px;
	clear:none;
	}

div.l_select a:hover{
	text-decoration:none;
	font-color: black;
	}
/*--- PARAGRAFI ---*/

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

#content a:hover{ text-decoration:underline;}