body, html { width: 100%; margin: 0; padding: 0; background: black; font-family: Tahoma, Arial, sans-serif; }
img, a { border: none; }
a { color: #e31f05; }
a:visited { color: #ab1400; }
a:hover { color: #ff1e00; }
#counters { position: absolute; right: 0; top: 0; }
#popup		{
	font-family: Arial, sans-serif;
	width: 400px;
	height: 400px;
	background-image: url('/img/popup.jpg');
	text-align: center;
	color: #999999;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}
#popup .red	{ color: #ff3333; }
#popup .white { color: white; }
