@charset "utf-8";
/* CSS Document */
#description {
	position:absolute;
	z-index:11;
	left: 30px;
	width: 350px;
	height: auto;
	bottom: 157px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	color:#000;
	background-color: #FFF;
}
#counter {
	position:absolute;
	z-index:10;
	bottom: 131px;
	left: 30px;
	width: 345px;
	height: 20px;
	padding-left: 5px;
	padding-bottom: 3px;
	font-size:15px;
	line-height:20px;
	font-family: Constantia, Georgia, "Times New Roman", serif;
	font-weight: bold;
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
	color:#000;
	background-color: #FFF;
}
#menubox {
	color:#000;
	background-color: #FFF;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
#menubox th {
	color:#000;
}