div.calendar{
height: 128px;
width: 128px;
background: url('/img/calendar128x128.png');
font-family: Arial,sans;
line-height: 1;
padding: 0px;
}
div.month{
padding-top: 30px;
font-size: 10px;
color: #fff;
font-weight: bold;
text-align: center;
text-transform: uppercase;
}
div.day{
margin-top: 10px;
font-size: 58px;
color: #000;
font-weight: bold;
text-align: center;
}