@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}

body {
	background:url(../img_site/back.jpg) top center no-repeat #97BD0E;
	margin:0;
	height:100%;
}
#wrapper {
	width:990px;
	height:100%;
	margin:0 auto;
	position:relative;
}
#nav {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:990px;
	height:216px;
}
#title {
	position:absolute;
	top:216px;
	left:0;
	z-index:0;
	width:990px;
	background:url(../img_site/title.jpg) no-repeat;
	height:70px;
}
#content {
	width:990px;
	position:absolute;
	top:286px;
	left:0;
	z-index:0;
	margin:0;
	background:url(../img_site/content.jpg) repeat-y;
}
#col1 {
	width:660px;
	position:relative;
	float:left;
	margin:0 0 30px 0;
}
#col2 {
	width:330px;
	position:relative;
	float:left;
	margin:0 0 30px 0;
}
#footer {
	width:990px;
	margin:0;
	padding:0;
	background:url(../img_site/footer.jpg);
	height:105px;
	position:relative;
	float:left;
}
#text {
	padding:25px 0 0 25px;
	width:600px;
	min-height:200px;
}
#lang {
	padding:25px 0 0 25px;
	margin:-86px 0 0 0;
	width:280px;
	min-height:50px;
}
#news {
	padding:0 0 0 25px;
	margin:34px 0 0 0;
	width:280px;
	min-height:200px;
}
#support {
	padding:25px 0 0 25px;
	width:280px;
	min-height:100px;
}