html {
			
}
body {
	background-color: #ffffff;
	margin: 0 auto;
}
.wrap {
	top: 10px;
	position: relative;
}
#bar {
	height:150px;			
	background-color: #708090;
	position:fixed;
	margin-top: 0px;
	margin-left: 0px;
	width:100%;
	z-index: 1;
}
#home_img {
	top: 12px;
	position: relative;
	left: 12px;
	cursor: pointer;
}
#annunci_img {
	top: 12px;
	position: absolute;
	right: 12px;
	cursor: pointer;
}

#main {				
	background-color: #ffffff;
	z-index: 1;
	float: left;
}
#annunci {
	width:100%;
	min-height: 900px;
	background-color: #ffffff;
	float:left;
	height: 100%;
	display: flex;               /* establish flex container */
	align-items: center;         /* vertically center flex items */
}
#alt_text_ann  {
	position: absolute;
	display: none;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	letter-spacing: 4px;
	font-weight: lighter;
	right: 40px;
	top: 9px;
	color: #ffffff;
}
#alt_text_home {
	position: absolute;
	display: none;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	letter-spacing: 4px;
	font-weight: lighter;
	left: 50px;
	top: 9px;
	color: #ffffff;
}
.responsive {
	
	float: left;
}
#workinprogress {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	letter-spacing: 4px;
	color: grey;
	position: absolute;
	font-weight: lighter;
	left: 41%;
}
#meteoswiss{
	float:left;			
}
#lavazzaContainer{
	float: left;
	min-height:200px;			
	margin-bottom:10px;
	margin-top: 10px;
}
#lavazzaContainer2{
	float: left;
	min-height:200px;		
	margin-bottom:10px;
}			
#lineTop, #lineBottom {
	min-height: 100px;
}	
#ispraWebcam {			
	margin-bottom:10px;
	float: left;
}
#myCanvas {
	margin-bottom:10px;
}
.blizLink{
	  color: #000;
	  text-decoration: none;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 25px;
	  float: left;
}
#belgiInfo {
	min-height:100px;			
	margin-bottom:10px;
	float: left;
}
#belgiWebcam {
	min-height:100px;		
	margin-bottom:10px;
	float: left;
}		
.belgirateWebcam{
	min-height:100px;
}
#windGuru1 {			
	margin-bottom:10px;
	float: left;
}
#windGuru2	{			
	float: left;
}	
#footer {
	
}






