@charset "utf-8";
/* CSS Document */

a {
	color: #C39;
}

a:hover {
	color: #39C;
}

a:active {
	color: #C00;
}
img.bck {
	max-width:1200px;
	max-height:900px;
}

#counter {
	color:#000;
	background-color: #FFF;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}