html, body
{
	font-family: arial, sans;
	color: #FFF;
	background-color: #000;
}

#whole_window
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
}

#js_warning
{
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 24px;
	font-weight: bolder;
	color: #F00;
	z-index:10000;
}

#body_overlay_1a
{
	position: absolute;
	bottom: -50px;
	left: -147px;
	z-index: 2500;
}

#body_overlay_1b
{
	position: absolute;
	bottom: -60px;
	left: 146px;
	z-index: 2500;
}

#body_overlay_2
{
	position: absolute;
	top: -95px;
	right: -50px;
	z-index: 2500;
}

#container
{
	position: absolute;
	width: 1100px;
	height: 662px;
	border: 1px solid #444;
	z-index: 10;
}

#col_left
{
	position: absolute;
	top: 607px;
	left: 200px;
	width: 900px;
	height: 36px;
}

#col_menu
{
	background-color: #1B1B1B;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 198px;
	height: 646px;
	border-right: 1px solid #444;
	margin-left: 1px;
}

#menu_bg
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 198px;
	height: 646px;
	z-index: 1;
	margin-left: -1px;
}

#menu_body
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
	z-index: 2;
}

div.category
{
	margin: 4px 2px 4px 1px;
	padding: 4px;
	color: #AAA;
	background-color: #000;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

div.category:first-letter
{
	font-weight: bolder;
}

div.subcategory
{
	width: "100%";
	height: "100%";
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
}

div.subcategory ul
{
	margin: 10px 2px 15px 50px;
	padding: 2px;
	color: #BBB;
}

div.subcategory ul li
{	
	font-size: 11px;
	letter-spacing: 2px;
	cursor: pointer;
}

div.subcategory ul li:first-letter
{
	font-weight: bolder;
	font-size: 12px;
}

#main
{
	position: absolute;
	top: 0px;
	left: 200px;
	width: 900px;
	height: 600px;
}

#text_content
{
	position: absolute;
	left: 50px;
	top: 50px;
	width: 803px;
	height: 502px;
	opacity:0.0;
	filter:alpha(opacity:0);
	color: #999;
	z-index: 20;
	overflow: auto;
}

#music_player
{
	position: absolute;
	right: 0px;
	bottom: -21px;
}

#footer
{
	clear: both;
	font-family: arial, sans;
	position: absolute;
	border-top: 1px solid #444;
	border-bottom: 2px solid #000;
	padding-right: 10px;
	background: #000;
	width: 1090px;
	height: 12px;
	bottom: 0px;
	right: 0px;
	text-align:right;
	color: #FFF;
	font-size: 10px;
	z-index:1000;
}