#weather-header {
	width: 220px;
	height: 60px;
	overflow: hidden;
	background-image: url(../images/weather-header.jpg);
	background-repeat: no-repeat;	
}
#weather-data {
	position: relative;
	height: 145px;
}
#weather-data #big_img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#weather-data #temp {
	position: absolute;
	top: 30px;
	left: 115px;
	font-size: 18px;
	line-height: 25px;
	z-index: 2;
}
#weather-data #temp2 {
	position: absolute;
	top: 55px;
	left: 115px;
	font-size: 10px;
	line-height: 12px;
	z-index: 2;
}
#weather-data #today {
	position: absolute;
	top: 80px;
	left: 25px;
	font-size: 10px;
	line-height: 12px;
	z-index: 2;
	font-weight: normal;
}
#weather-data #small_img1 {
	position: absolute;
	top: 105px;
	left: 20px;
}
#weather-data #small_img1 img {
	widht: 30%;
}
#weather-data #tomorrow {
	position: absolute;
	top: 80px;
	left: 95px;
	font-size: 10px;
	line-height: 12px;
	z-index: 2;
	font-weight: normal;
}
#weather-data #small_img2 {
	position: absolute;
	top: 105px;
	left: 90px;
}
#weather-data #small_img2 img {
	widht: 30%;
}
