#weather {
	/*position: absolute;
	right: 0;*/
    height: auto;
    overflow: hidden;
    color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#weather .city {
	font-weight: bold;
}

#weather .currently {
	font-style: italic;
	font-weight: normal;
}