* {
	z-index: 10;
	font-family: Arial, sans-serif;
}

html {
    margin: 0px;
    padding:  0px;
}

body {
    margin: 0px;
    padding:  0px;
    background: #21640C url('../images/bg.png') center top repeat;
}

a {
    text-decoration: none;
    color: #aedeab;
}

a img {
	border: none;
	outline: none;
}

#container {
    text-align:center;
    margin: 0 auto;
}

#container_index {
	min-height: 800px;
	height: auto !important;
	height: 800px;
	background: transparent url('../images/bg_flash.png') center top repeat-x;
}

#container_main_outer {
	background: transparent url('../images/bg_top.png') center top repeat-x;
}

#container_main_outer2 {
	background: transparent url('../images/bg_bottom.png') center bottom repeat-x;
}

#container_main {
    width: 1000px;
	min-height: 660px;
	height: auto !important;
	height: 660px;
    margin: 0 auto;
    background-color: #21640c;
	background: transparent url('../images/big_bg.png') center top no-repeat;
}

#footer_country {
    clear: both;
    background-color: #031D00;
    width: 100%;
    margin: auto;
}

#footer_country_main {
    margin: auto;
    width:820px;
    text-align: center;
}

#footer_country_main table {
	width: 100%;
}

#footer_country_main table td {
	width: 25%;
}

.country_name {
	display: inline-block;
	padding: 5px 8px 4px;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color: #6BB31D;
}

.country_info_title {
    font-family: Arial, sans-serif;
    font-size:12px;
    color: #ffffff;
    text-align: left;
}

.country_info {
    font-family: Arial, sans-serif;
    font-size:12px;
    color: #32932d;
    text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}

.country_label {
	font-weight: bold;
}

#footer_top {
	height: 48px;
	background: transparent url('../images/bg2_header.png') top center no-repeat;
	clear: both;
}

#footer {
    background: #020F00 url('../images/bg3_header.png') top center no-repeat;
    margin: auto;
	padding-top: 10px;
}

#footer_main {
    width: 820px;
    text-align: center;
    margin: auto;
    font-family: Arial, sans-serif;
    color: #aedeab;
    font-size: 12px;
    line-height: 20px;
}

#footer_main table {
	width: 100%;
}

#footer_main table td {
	width: 25%;
}

#footer_main a {
    text-decoration: none;
    color: #aedeab;
}

ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    background-image: url('../images/kisnyil.png');
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding-left: .8em;
}

#copyright {
    color: #394b37;
}

.clear {
	clear: both;
}
