@charset "utf-8";

.specialCalendar #container {
	position:relative;
	width: 1024px;
	height: 920px;
	background-image:url(../images/MainCalendarOfEvents_full.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#calendarContent {
	position:relative;
	left:170px;
	top:280px;
	width:725px;
	height:600px;
	margin:0;
	padding:0;
}


#calendarUsHdr {
	position:absolute;
	top:89px;
	left:711px;
	width:243px;
	height:116px;
	z-index: 5;
}
