body {
	background:#3C618d;
}

div#contenitore {
	width:600px;
	height:640px;
	margin:auto;
}

div#header {
	background:#4A2C3E;
}
  
div#colsx {
	float:left;
	width:356px;
	height:640px;
	background:#F90 url(immagini/logo_faro.jpg) top left no-repeat;
	
}
  
  
div#coldx {
	background:#3C618d;
	float:left;
	width:244px;
	height:800px;
	color:#FFFFFF;
	text-align:center;
	font-size:large;
}

div#footer {
	background:#999;
}

a:link, a:visited {
	outline: none;
	text-decoration: underline;
	font-weight: normal;
	color: #ffffff; /*modifica #607630;*/
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #00ff00; /*modifica #607630;*/
}