html,body{overflow-x:hidden;}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
	background-attachment:fixed;
	width : 100%;
	height : 100%;
	
}

#weather-info {
	
	position: relative;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
	z-index: 6000;
	overflow:hidden;
}
.bg1 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
	width : 100%;
	height : 100%;
	
	
}