
.kirael_wrapper {
	width: 1000px;	
	padding: 0px;
	margin: 0px;	
	/*background: url(bg_right.jpg) repeat-y right;	*/
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -500px;
		
}
.kirael_head {
	height: 300px;	
	padding: 0px;
	margin: 0px;
	/* background: url(bg_head.jpg) no-repeat right;	 */
	z-index: 10;
	position: relative;
}
.kirael_flash {
	height: 280px;
	width: 750px;	
	padding: 0px;
	margin: 0px 0px 0px 200px;		
	z-index: 20;
	position: relative;
}
.kirael_content {	
	padding: 0px 50px 0px 40px;
	margin: 0px 0px 0px 150px;
	background: url(bg_content.jpg) repeat-y left top;	
	z-index: 10;
	position: relative;
}
.kirael_menu_container {
	width: 190px;
	position: absolute;
	top: 0px;
	left: 0px;	
	z-index: 30;
	background: url(bg_menu_content.gif);
}
.kirael_menu_head {
	height: 300px;
	width: 190px;	
	padding: 0px;
	margin: 0px;
	background: url(bg_menu_head.gif);	
	z-index: 40;
	position: relative;
}
.kirael_menu_bottom {
	height: 300px;
	width: 190px;	
	padding: 0px;
	margin: 0px;
	background: url(bg_menu_bottom.gif);	
	z-index: 30;	
	position: absolute;	
	bottom: -300px;
}
.kirael_footer {
	width: 1000px;
	height: 213px;
	padding: 0px;
	margin: 0px;
	background: url(bg_footer.png) right repeat-y;
	position: relative;
	z-index: 20;
}