div#pic {
   background-image:url('cal-blank-128x128.png');
	 background-repeat:no-repeat;
	 height:128px;
	 width:128px;
}

div#dy {
   font-family: arial, sans-serif;
	 font-weight: bold;
	 font-size: 20px;
   position: relative;
	 color:#FFFFFF;
	 text-align: center;
	 top:5px;
}

div#dt{
   font-family: arial, sans-serif;
	 font-weight: bold;
	 font-size: 60px;
   position: relative;
   height: auto;
	 top:10px;
	 text-align: center;
}

