@charset "utf-8";
/* CSS Document */
a {
	color: #60C;
}

a:hover {
	color: #F60;
}

a:active {
	color: #C00;
}
img.bck {
	max-width:1200px;
	max-height:900px;
}
#counter {
	color:#FFF;
	background-color: #000;
	opacity: 0.85;
	filter:alpha(opacity=85);
}
#menubox {
	color:#FFF;
	background-color: #000;
	filter:alpha(opacity=100);
}
#description {
	color:#FFF;
	background-color: #000;
}
#menubox th {
	color:#FFF;
}
img.hidden {
	width: 100%;
	min-width:900px;
	min-height:675px;
	max-width:1200px;
	max-height:900px;
	position:absolute;
	top: 0;
	left: 0;
}
#float {
	z-index: -9;
	visibility:hidden;
}

