/*
CSS da usare nelle ore notturne
*/

body {
	margin: 0;
	padding: 0;
	background: #55556F url(/images/sfondo_notte.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ECE;
}

a {
	color: #7EBCFF;
}

#meteo, #webcam {
	background-color: black;
	color: white;
}
