#calendar {
	display: inline-block;
	background-color: white;
	float: left;
	background-repeat: repeat;
	background-image: url(../images/bg_cal.gif);
}

.day {
	text-align: center;
	padding: 2px;
	height: 10px;
	width: 10px;
}

