body{
	background-color:#30242c;
	background-image:url(images/bg_tile.gif);
	padding:0;
		font-family:Arial, San Serif;
	margin:0;
	color:#000000;
}

#main_window{
	width:100%;
	height:422px;
	background-color:#FFFFFF;
	position:relative;
}

#k_cont{
	position:absolute;
   height:2px;
   overflow:hidden;
}
#k_cont p{
	padding-top:10px;
}

#top_panel{
	background-image:url(images/iface/brown_tile_top.gif);
	position:absolute;
	left:0px;
	top:-20px;
	height:20px;
	width:100%;
}

#main_panel{
	height:400px;
 	width:100%;	
	background-image:url(images/iface/bg_tile.gif);
	text-align:center;
}
#main_content{
 	position:relative;
 	width:100%;
/*	width:760px;*/
/*	margin:0 auto;*/
}
#menu{
 	position:absolute;
	height:400px;
 	width:688px;
 	top:0px;
 	left:0px;
	background-image:url(images/iface/menu_none.jpg);
	z-index:1;
}
#menu_about{
 	position:absolute;
	height:128px;
 	width:269px;
 	top:35px;
 	left:43px;
 	cursor:pointer;
}
#menu_music{
 	position:absolute;
	height:80px;
 	width:277px;
 	top:143px;
 	left:23px;
 	cursor:pointer;
}
#menu_testi{
 	position:absolute;
	height:89px;
 	width:320px;
 	top:203px;
 	left:11px;
 	cursor:pointer;
}
#menu_order{
 	position:absolute;
	height:116px;
 	width:347px;
 	top:284px;
 	left:0px;
 	cursor:pointer;
}
#menu_about_img{
 	display:none;
	z-index:2;
}
#menu_music_img{
 	display:none;
	z-index:2;
}
#menu_testi_img{
 	display:none;
	z-index:2;
}
#menu_order_img{
 	display:none;
	z-index:2;
}

#title{
 	position:absolute;
	height:156px;
 	width:371px;
 	top:10px;
	right:0px;
	background-image:url(images/iface/logo.gif);
	z-index:1;
}

#player{
 	position:absolute;
	height:24px;
 	width:164px;
 	top:0px;
	right:0px;
	z-index:2;
}

#content{
 	position:absolute;
	top:165px;
	height:210px;
 	width:52%;
	right:0px;
	z-index:1;
	border:0px;
}


#footer{
	font-size:80%;
	font-family:verdana, arial, san-serif;
	background-color:#30242c;
	color:#888888;
}
#footer a, #footer a:hover, #footer:active{
 	text-decoration:underline;
	color:#888888;
}

#rock_shadow{
 	position:absolute;
	height:40px;
 	width:15px;
 	top:336px;
 	left:347px;
	background-image:url(images/iface/rock_shad.jpg);
	z-index:1;
}

#bot_panel{
 	height:22px;
 	width:100%;
	background-image:url(images/iface/brown_tile_bot.gif);
}
