#weather .temp {
    width: 90px;
    font-size: 4em;
    line-height: .5em;
    padding: .25em 0 .25em;
}
#weather .forecast, #Layer2 {
    width:50px;
	float: right;
    background: no-repeat left top;
}
#weather .high, #weather .low {
    width: 70px;
    font-size: 1.4em;
    padding: 0;
}
#weather .link {
    padding: 0;
}
#weather .link a {
    width: 70px;
    color: #8EA105;
    font-weight: bold;
    border: 0;
}



