/* CSS Document */
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	/*background-image:url(../gfx/body-back.jpg);
	background-repeat:repeat-x;*/
	background-color:#646A2E;
	font-family:verdana;
	font-size:12px;
	color:#fff;
}
.container {
	position:relative;
	height:100%;
}


/************* HEADER **********/
.header{
	position:absolute;
	left:0;
	top:0;}

.head1 {
	position:absolute;
	width:950px;
	height:250px;
	left:0;
	top:0;
	background-image:url(../gfx/header.jpg);
}
.head-box{

	position:absolute;
	width:223px;
	height:83px;
	left:722px;
	top:250px;
	background-image:url(../gfx/head-box.jpg);
	
}
.lefter {
	position:absolute;
	width:180px;
	height:520px;
	top:250px;
	left:0;
	background-image:url(../gfx/lefter.jpg);
	
}

/******** main *******/
.main {
	position:relative;
	width:946px;
	min-height:100%;
	background-image:url(../gfx/main-back.jpg);
	background-repeat:repeat-y;
}

.main-top{
	position:relative;
	width:946px;
	height:250px;
	}
	
.main-left{
	position:relative;
	float:left;
	width:180px;
	height:520px:
	}
.main-center {	
	position:relative;
	float:left;
	width:520px;
	margin-left:180px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	height:auto;
	z-index:100;
	background-image:url(../gfx/header2.jpg);
	background-repeat:no-repeat;
}
.main-right {	
	position:relative;
	float:left;
	width:186px;
	padding-left:10px;
	padding-left:10px;
	height:auto;
	z-index:101;
	padding-top:80px;
}
.flend {
	clear:both;
}
.footer {
	position:relative;
	height:50px;
	width:946px;
	background-image:url(../gfx/footer.jpg);
	margin: -50px 0 0 0;

}
/********** navi ***********/
.navi {
	position:absolute;
	top:200px;
	left:11px;
	width:150px;
	height:auto;
	text-align:right;
	padding-right:10px;
	z-index:200;
}

.main-center img {
	border:5px solid #fff
}
.flags {
	position:absolute;
	left:750px;
	top:265px;
	z-index:1003;
	}

