body {
	background-color: black;/*#00234B;*/
	background-image: url(../gfx/starsBackHigh.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 100%;	
	margin: 0px;
	padding: 0px;
	color: #FAFDD0;
	size: 15px;
	overflow: hidden;
}
html {
	height: 100%;
	margin: 0px;
	padding: 0px;			
}
td {
	text-align: center;
}

div#main {
	top: 50%;
	left: 50%;
	margin: -300px 0px 0px -495px;
	width: 990px;
	height: 600px;
	position: absolute;

}

div.imgClipBox {
	position:absolute;
	z-index:0;
	left:2px;
	top:2px;
	-moz-border-radius: 7px;
	height:66px;
	width: 66px;
	overflow: hidden;
	cursor:pointer;
}
html>body div.imgClipBox {
	
}
img.btnImg {
	position: relative;
	left:-10px;
}

div.dayNumber {
	position:relative; 
	z-index:2;
	width:50px;
	height:50px;
	text-align:center;
	cursor:pointer;
}
div.dayNumberOutline {
	position:relative; 
	z-index:1;
	width:50px;
	height: 50px;
	left: -3px;		
	top: -51px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	font-size: 43px;
	color: black;
	letter-spacing: -4px;
}

.buttonActive, .buttonInactive, .buttonPlay {
	font-size:40px;
	font-family: Trebuchet MS,Verdana,Arial,sans-serif;
	padding: 10px;			
	margin: 15px 15px;
	width: 50px;
	height: 50px;
	border: 1px solid #C11515;
	text-align: center;
	display: block;
	float: left;
	-moz-border-radius: 7px;
	position: relative;
	overflow: hidden;
}

.buttonPlay {
	background-color: #FAFDD0;
	/*color: #C11515;*/
	opacity: 0.85;
	filter:alpha(opacity=85);
	cursor:pointer;			
}

.buttonActive {
	color: #FAFDD0;
	opacity: 0.45;
	filter:alpha(opacity=45);
	cursor:pointer;
}

.buttonInactive {
	color: #dddddd;
	opacity: 0.3;
	filter:alpha(opacity=30);
}

.buttonInactive:hover {

	color: #eeeeee;
}
		
.buttonActive:hover {
	opacity: 0.9;
	filter:alpha(opacity=90);		
	cursor: pointer;
}		

#logo {
	position: relative;
	top: -15px;
}

#sslink {
	position:absolute;
	right: 2px;
	bottom: 2px;
}

#dlLinks {
	position: absolute;
	left: 10px;
	bottom: -3px;
}