Body {
OVERFLOW-X: hidden; 

	}

#Weather {
	position:fixed;
	top:20px;
	/*left:300px;*/
	width:15;
	height:64;
	cursor:hand;
		
	/*position: expression("absolute");*/
    left: expression(((document.body.clientWidth - 982)/2)+982);
    /*top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);*/
    
	}