html {
	min-height:100%;
	height:auto;
	margin:0;
	padding:0;
}
body {
    color: #3c3c3c;
	margin:100px auto;
	padding:0;
	width:888px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	background-color: #FFF;
	text-align:center;
}
a:link {
	color:#0165BB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
a:hover {
	color:#0165BB;
}
a:visited {
	color:#0165BB;
}

#select_lang {
	text-align:center;
	width:100%;
/*	top:400px;*/
/*	border:1px solid;*/
}
#select_en, #select_ru, #select_uz {
	float:left;
	width:296px;
	height:160px;
/*	height:40px;
	width:33%;
	padding-top:20px;*/
/*	border:1px solid;*/
}
#select_en a, #select_ru a, #select_uz a {
	display: block;
	cursor: pointer;
	overflow: hidden;
	width:296px;
	height:160px;
/*	border:1px solid;*/
}
#select_en {
	background: url(index_en.gif) no-repeat;
}
#select_ru {
	background: url(index_ru.gif) no-repeat;
}
#select_uz {
	background: url(index_uz.gif) no-repeat;
}


#template {
	width:888px;
	text-align:left;
}
#top_flash {
/*	top:100px;
	position:relative;*/
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}