body {
	background: url(images/background.jpg) repeat center top;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	color: black;
	direction: rtl;
	margin: 0px; padding: 0px;
}

a {
	color: black;
}

div#main {
	display: block;
	position: absolute;
	top: 32px; left: 50%;
	margin-left: 185px;
	background: url(images/mainframe.png) no-repeat;
	width: 274px; height: 538px;
	left: expression(((document.body.clientWidth / 2) + 185) + "px");
}

div#main h1, div#main p {
	display: none;
}

div#main ul, div#book ul, div#wallpapers ul {
	display: block;
	position: relative;
	top: 257px; right: 25px;
	margin: 0; padding: 0;
	list-style: none;
}

div#main ul li, div#book ul li, div#wallpapers ul li {
	display: absolute;
	margin: 0; padding: 0;
	position: absolute;
}

div#main ul li a, div#book ul li a {
	display: block;
}

div#main ul li a span, div#book ul li a span {
	display: none;
}

div#main ul li#button_book {
	top: 0px; right: 0px;
}

div#main ul li#button_book a {
	width: 150px; height: 112px;
	background: url(images/button-book.png) no-repeat;
}

div#main ul li#button_wallpapers {
	top: 119px; right: 0px;
}

div#main ul li#button_wallpapers a {
	width: 174px; height: 30px;
	background: url(images/button-wallpapers.png) no-repeat;
}

div#main ul li#button_shop {
	top: 155px; right: 0px;
}

div#main ul li#button_shop a {
	width: 183px; height: 30px;
	background: url(images/button-shop.png) no-repeat;
}

div#main ul li#button_events {
	top: 191px; right: 0px;
}

div#main ul li#button_namal a {
	width: 94px; height: 30px;
	background: url(images/button-namal.png) no-repeat;
}

div#main ul li#button_namal {
	top: 227px; right: 0px;
}

div#main ul li#button_events a {
	width: 165px; height: 30px;
	background: url(images/button-events.png) no-repeat;
}

div#book {
	position: absolute;
	left: 50%; top: 256px;
	margin-left: -360px;
	background: url(images/frame-book.png) no-repeat;
	width: 518px; height: 314px;
	left: expression(((document.body.clientWidth / 2) - 360) + "px");
}

div#book a.shop_kkl {
	position: absolute;
	display: block;
	width: 165px; height: 22px;
	top: 13px; right: 14px;
	background: url(images/shop-kkl.png) no-repeat;
}

div#book a.shop_kkl span {
	display: none;
}

div#book div {
	position: absolute;
	top: 50px; left: 8px;
}

a.close_window {
	position: absolute;
	display: block;
	width: 75px; height: 15px;
	top: 13px; left: 14px;
	background: url(images/close-window.gif) no-repeat;
}

a.close_window span {
	display: none;
}

div#wallpapers {
	position: absolute;
	left: 50%; top: 32px;
	margin-left: -260px;
	background: url(images/frame-wallpapers2.png) no-repeat;
	width: 389px; height: 538px;
	left: expression(((document.body.clientWidth / 2) - 260) + "px");
}

div#wallpapers ul {
	top: 145px; right: 195px;
}

div#wallpapers ul li#wallpaper_flags {
	top: 0px; right: 0px;
}

div#wallpapers ul li#wallpaper_zepelin {
	top: 145px; right: 0px;
}

div#eyarok_logo {
	position: absolute;
	top: 34px; left: 50%;
	margin-left: -455px;
	left: expression(((document.body.clientWidth / 2) - 455) + "px");
}

div#eyarok_logo a span {
	display: none;
}

div#eyarok_logo a {
	display: block;
	width: 66px; height: 108px;
	background: url(images/link-eyarok.jpg) no-repeat;
}

div#kkl_logo {
	position: absolute;
	top: 472px; left: 50%;
	margin-left: -445px;
	left: expression(((document.body.clientWidth / 2) - 445) + "px");
}

div#kkl_logo a span {
	display: none;
}

div#kkl_logo a {
	display: block;
	width: 56px; height: 77px;
	background: url(images/link-kkl.jpg) no-repeat;
}

div#feelternet_logo {
	position: absolute;
	top: 600px; left: 50%;
	margin-left: -445px;
	left: expression(((document.body.clientWidth / 2) - 445) + "px");
}

div#feelternet_logo a span {
	display: none;
}

div#feelternet_logo a {
	display: block;
	width: 124px; height: 33px;
	background: url(images/link-feelternet.jpg) no-repeat;
}

div#footer {
	position: absolute;
	top: 600px; left: 50%;
	width: 400px;
	margin-left: 50px;
	color: white;
	left: expression(((document.body.clientWidth / 2) + 50) + "px");
}

div#footer a {
	color: white;
}


