/* HTML ELEMENTS */
body {
	text-align:center;
	background:#000;
	cursor:default;
	color:#fae9df;
	font-family:Georgia;
	margin:0;
}
a, a:link, a:visited {
	text-decoration:none;
	color:#fae9df;
}
img {
	border:none;
}
/* TEMPLATE */

#header {
	background:url(../images/header.gif);
	width:1000px;
	height:106px;
}
#header a {
	width:1000px;
	height:106px;
	display:block;
}
#footer {
	background:url(../images/footer.jpg);
	width:1000px;
	height:90px;
}
#footer_index {
	background:url(../images/footer_txt.jpg);
	width:1000px;
	height:92px;
}
#menu {
	background:url(../images/menu_bg.jpg) repeat-x;
	width:1000px;
}
#menu_bawah {
	height:35px;
	margin-top:15px;
	text-align:right;
	width:1000px;
}
#clear {
	clear:both;
}
/* Body BG */
#body_index {
	background:url(../images/index_bg.jpg);
	width:1000px;
	height:364px;
}
#body_faq {
	background:url(../images/faq_bg.jpg);
	width:1000px;
	height:366px;
}
#body_content {
	background:url(../images/bg.jpg);
	width:1000px;
	height:366px;
}
#body_equip {
	background:url(../images/equip.jpg);
	width:1000px;
	height:366px;
}
#body_crystal {
	background:url(../images/crystal_bg.jpg);
	width:1000px;
	height:366px;
}
div#leftPanel {
	height:364px;
	position:absolute;
	width:311px;
	left:0;
}
.panelStory {
	background:url(../images/story_menu.jpg) no-repeat;
}
.panelFeature {
	background:url(../images/board_menu.jpg) no-repeat;
}
.panelMonster {
	background:url(../images/monster_menu.jpg) no-repeat;
}
.panelMenu {
	background:url(../images/map_menu.jpg) no-repeat;
}
/* MENU */
#menu_bawah a {
	margin-right:42px;
	height:13px;
	width:215px;
}

#menu ul {
	list-style:none;
	height:29px;
	padding:0;
	margin:0 0 0 96px;
}
#menu ul li {
	display:inline;
	float:left;
}
#menu ul a {
	height:29px;
	display:block;
}
#menu ul a.story {
	background:url(../images/mn_story.gif) no-repeat;
	width:92px;
}
#menu ul a.feature {
	background:url(../images/mn_feature.gif) no-repeat;
	width:100px;
}
#menu ul a.map {
	background:url(../images/mn_map.gif) no-repeat;
	width:65px;
}
#menu ul a.monster {
	background:url(../images/mn_monster.gif) no-repeat;
	width:113px;
}
#menu ul a.equip {
	background:url(../images/mn_equip.gif) no-repeat;
	width:183px;
}
#menu ul a.crystal {
	background:url(../images/mn_crystal.gif) no-repeat;
	width:166px;
}
#menu ul a.faq {
	background:url(../images/mn_faq.gif) no-repeat;
	width:96px;
}