@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;

}

#content{
position:relative;
width:195px;
height:85px;
margin:0;
padding:0;
background:url(img/weather_table_background.jpg);
}

#img{
position:absolute;
width:80px;
height:85px;
top:0;
left:0;
}
#information{
	position:absolute;
	width:110px;
	height:85px;
	top:0;
	left:85px;
	font-size:9px;
}

.t1{
font-size:11px;
}
