@charset "utf-8"; /* CSS Document */
body{
    background: #241a10 url(../images/bg.jpg);
	margin:0;
	padding:30px;
	min-width: 1080px;
	}	
#centred{
	position:relative;
	width:1020px;
	height:959px; 
	/*margin-left: auto; margin-right: auto;height:auto;*/
	left: 50%;
	margin:0px 0px 0px -510px;
    border: 1px #2b0b06 solid;
	}	
#logo{
	 position:absolute;
	 background: #966 url(../images/logo.png);
	 left:0;
	 top:0;
	 width:322px;
	 height:176px;
	 }	 
#lang{
	 position: absolute;
	 left:322px;
	 top:0;
	 width: 401px;
	 height:176px;
	 }
	
#menu{
	position: absolute;
	right: 76px;
	top:0;
	width: 221px;
	height:288px;
	background: #966 url(../images/menu_bg.png);
	text-align:right;
	direction:rtl;
	}

#menu a{
	display:block;
	position: relative;
	height:41px;
	margin-top:7px;
	}

#title1, #title2, #title3, #title4, #title5, #title6, #title7, #title8, #title9 {
	 position: absolute;
	 left: 239px; 
	 top:176px;
	 width: 484px;
	 height:63px;
	 background: #fff url(../images/title/title1.png);
	 }
	 
#title2 {
	 background: url(../images/title/title2.png);
	 }
	 
#title3 {
	 background: url(../images/title/title3.png);
	 }
	 
#title4 {
	 background: url(../images/title/title4.png);
	 }
	 
#title5, #title6, #title7, #title8, #title9 {
	 background: url(../images/title/title5.png);
	 }
	 
#left_top{
	position: absolute;
	left: 0;
	top:176px;
	width: 239px;
	height:517px;
	background: url(../images/left.png);
	}

#right_top{
	position:absolute;
	right:0px;
	top:0;
	width:76px;
	height:288px;
	background: url(../images/right_menu.png);
	}

#right_middle{
	 position: absolute;
	 right: 0;
	 top:288px;
	 width: 297px;
	 height:405px;
	 background: url(../images/right.png);
	 }
	
#bt_top{
	 position: absolute;
	 left: 0;
	 bottom:179px;
	 width: 100%;
	 height:87px;
	 background: url(../images/bt_top.png);
	 }

#gallery{
	 position: absolute;
	 left: 0;
	 bottom:30px;
	 width: 723px;
	 height:149px;
	 background: url(../images/bt_gallery.png);
	 }

#bt_logo{
	 position: absolute;
	 right: 76px;
	 bottom:30px;
	 width: 221px;
	 height:149px;
	 background: url(../images/bt_logo.png);
	 }

#right_bottom{
	 position: absolute;
	 right: 0;
	 bottom:30px;
	 width: 76px;
	 height:149px;
	 background: url(../images/r2.png);
	 }
	 
#bt_bt{
	position: absolute;
	left: 0;
	bottom:0px;
	width: 100%;
	height:30px;
	background: url(../images/bt_bt.png);
	}
	
#korona{
	position: absolute;
	left: 466px;
	top: -11px;
	width:28px;
	height:24px;
	background: url(../images/korona.png) no-repeat;
	}
	
#copyright{
	position: relative;
	top:20%;
	left: 10px;
	color: #fff6ab;
	}
	
#copyright a{
	color: #fff6ab;
	text-decoration: none;
	}
