#fullyear {
	float: left;
	position:relative;
	left:0px; top:0px;
	margin: 0;	padding: 0;
	width:302px;
	height:201px;
	border:1px black dashed;
	background-color:#F0F0F5;
}
#selectedMonths
{
	margin: 0;	padding: 0;
	position:relative;
	left:0px; top:0px;
	border:1px red solid;
	height:200px;
	background-color:white;
}
.months{
	margin: 0;	padding: 0;
	position:absolute;
	left:0px; top:0px;
	height:200px;
	text-align: center;
}
/*.month1,.month2,.month3,.month4,.month5,.month6,.month7,.month8,.month9,.month10,.month11,.month12*/
#month1,#month2,#month3,#month4,#month5,#month6,#month7,#month8,#month9,#month10,#month11,#month12
{
	position:relative;
	left:0px; top:0px;
	margin: 0;
	padding: 90px 0 90px 0;
	float: left;
	width: 25px;
}
