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