/* The following 'layers' define the size and coordinates on your html pages using relative positions (all 'layers' center in the window) */

#mainContainer
{
	position: absolute;
	left: 0px;
	right: 0px;
	width: 1018px;
	height: 650px;
	z-index: 2;
	/* border: dotted 1px #a3bbd3; */
	background-image: url(../images/jazzMasterBG.jpg);
}

#flashMain
{
	position: absolute;
	width: 1000px;
	height: 650px;
	z-index: 2;
	left: 9px;
	top: 0px;
	/* border: dotted 1px #a3bbd3; */
}


#footer
	{
	position: relative;
	width: 850px;
	height: 20px;
	z-index: 2;
	margin: 10px auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #a3bbd3;
	text-align: center;
	}
	
	
	
/* The following 'layers' define the size and coordinates on your html pages using absolute positioning */
	
#footerTXT
{
	position: absolute;
	left: 206px;
	top: 564px;
	width: 450px;
	height: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

#calendar
{
	position: absolute;
	width: 600px;
	height: 650px;
	z-index: 50;
	left: 400px;
	top: 50px;
	border: solid 1px #ab8080;
	background-color:#990000;
}

#calendarHeader
{
	position: absolute;
	width: 580px;
	height: 150px;
	z-index: 2;
	left: 0px;
	top: 0px;
}

#calendarMonth
{
	position: absolute;
	width: 580px;
	height: 90px;
	z-index: 4;
	left: 0px;
	top: 0px;
}

#downloadThis
{
	position: absolute;
	width: 580px;
	height: 20px;
	z-index: 6;
	left: 0px;
	top: 90px;
	text-align: center;
}

#purchaseNow
{
	position: absolute;
	width: 132px;
	height: 45px;
	z-index: 6;
	left: 420px;
	top: 22px;
}

#calendarContent
{
	position: absolute;
	width: 540px;
	z-index: 8;
	left: 20px;
	top: 120px;
}




