#weather img                {width:80px; height:80px;}
#weather .fog               {background-image:url('../img/fog.png');}
#weather .fogNight          {background-image:url('../img/fogNight.png');}
#weather .moon              {background-image:url('../img/moon.png');}
#weather .mostlyCloudy      {background-image:url('../img/mostlyCloudy.png');}
#weather .mostlyCloudyNight {background-image:url('../img/mostlyCloudyNight.png');}
#weather .partlyCloudy      {background-image:url('../img/partlyCloudy.png');}
#weather .partlyCloudyNight {background-image:url('../img/partlyCloudyNight.png');}
#weather .rain              {background-image:url('../img/rain.png');}
#weather .rainNight         {background-image:url('../img/rainNight.png');}
#weather .rainSnowMix       {background-image:url('../img/rainSnowMix.png');}
#weather .rainSnowMixNight  {background-image:url('../img/rainSnowMixNight.png');}
#weather .snow              {background-image:url('../img/snow.png');}
#weather .snowNight         {background-image:url('../img/snowNight.png');}
#weather .sunny             {background-image:url('../img/sunny.png');}
#weather .thunderstorm      {background-image:url('../img/thunderstorm.png');}
#weather .thunderstormNight {background-image:url('../img/thunderstormNight.png');}
#weather .tornado           {background-image:url('../img/tornado.png');}
#weather .windy             {background-image:url('../img/windy.png');}