div#todays_weather, div#tomorrows_weather {
width: 340px;
float: left;
margin-bottom: 60px;
font-size: 13px;
font-family: arial;
line-height: 18px;
color: #333;
}
div#todays_weather {
padding-left: 20px;
}
div#tomorrows_weather {
float: right;
padding-right: 20px;
}
.div_clear {
clear: both;
}
img#todays_icon, img#tomorrows_icon {
position: absolute;
clip:rect(0px,200px,170px,0px);
}
div#todays_content, div#tomorrows_content {
float: right;
}