.header {
	width: 62px;
	padding: 0px;
	background-image: url(../images/meteo/sunny.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	height: 65px;
}
.header-rain {
	background-image: url(../images/meteo/rain.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header-light-rain {
	background-image: url(../images/meteo/rain.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header-rain-shower {
	background-image: url(../images/meteo/rain.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header-thunder {
	background-image: url(../images/meteo/thunder.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header-thunderstorm {
	background-image: url(../images/meteo/thunder.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header-snow {
	background-image: url(../images/meteo/snow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header-light-snow {
	background-image: url(../images/meteo/light-snow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header-sunny {
	background-image: url(../images/meteo/sunny.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header-fair {
	background-image: url(../images/meteo/fair.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header-partly-cloudy {
	background-image: url(../images/meteo/partly-cloudy.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header-cloudy {
	background-image: url(../images/meteo/cloudy.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header-mostly-cloudy {
	background-image: url(../images/meteo/mostly-cloudy.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header-mist {
	background-image: url(../images/meteo/mist.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.meteoValori {
	float: left;
	padding-left: 10px;
}

