html {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
	behavior: url("/files/pngbehavior.htc");
}
body {
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	font-size: 11px;
	background: #000000;
}
#flash {
	width: 994px;
	height: 600px;
	margin: 0px auto;
}
#inside {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#main {
	width: 994px;
	height: 246px;
	padding: 354px 0px 0px 0px;
	margin: 0px auto;
}
#top-menu {
	background:#000;
	display:block;
	padding:0;
	margin:0;
	list-style:none;
	height:30px;
}
#top-menu li {
	display:block;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}
#top-menu a {
	display:block;
	font-size:13px !important;
	text-decoration:none;
	font-family:Arial;
	padding:6px 15px 0 15px;
	font-weight:bold;
	color:#DADADB;
	height:24px;
}
#top-menu .fst a {
	padding:6px 26px 0 26px !important;
}
#top-menu a.act {
	background:#58575B;
}
#top-menu a:hover {
	background:#58575B;
}
#index_logo {
	width: 994px;
	height: 178px;
}
#index_footer {
	width: 994px;
	color: #3F3F3F;
	font-size: 9px;
	font-family: Arial;
	text-align: center;
	padding: 45px 0px 10px 0px;
	margin:0 auto;
	text-align:center;
}

#index_footer a {
	color: #3F3F3F;
	text-decoration: none;
}

#index_footer a:hover {
	color: #3F3F3F;
	text-decoration: underline;
}