#weatherBox {
	padding: 10px 0 0 0;
}

#weatherBox .today {
	float: left;
	width: 100px;
}

#weatherBox .tomorrow {
	float: right;
	width: 100px;
}


#weatherBox .today strong, #weatherBox .tomorrow strong, #weatherBox .today a, #weatherBox .tomorrow a {
	display: block;
	text-align: center;
}