body {
    font-family: calibri, tahoma, arial;
}

.clr {
    clear: both;
}

#weatherBlock {
    width: 170px;
    height: 233px;
    background: url('../images/weather/bg.png') no-repeat 0 0 transparent;
    font-weight: bold;
    font-size: 12pt;
    padding: 20px 0 0;
    text-align: center;
    float:left;
}

#icon {
    width: 86px;
    height: 85px;
    float: left;
    margin: 10px 0 0 10px;
    padding-bottom: 20px;
}

#temperature {
    font-size: 28pt;
    margin-top: 40px;
    position: relative;
    left: -10px;
}

#dayTemp {
    margin: 5px 0;
}

#error{
	margin-top:50px;
}
