BODY {
	background-color: #000000;
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
}

#main_container {
	width: 900px;
	padding-top: 30px;
	margin: 0 auto;
}
#page_top {
	background-image: url(top.gif);
	background-repeat: no-repeat;
	width: 878px;
	height: 129px;
}
#top_menu {
	padding-left: 60px;
	padding-bottom: 20px;
}
A {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
A.active {
	color: #8dc63f !important;
}
.line {
	background-image: url(line.gif);
	width: 885px;
	height: 7px;
}
.tooltip { 
	background: #000; 
	padding: 5px; 
	border: 1px solid #ddd; 
	position: absolute; 
	color: #fff;
	width: 300px;
}