@charset "windows-1251";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

body {
background-color:#000;
	min-height:865px;
	height:auto !important;
	width:100%;
	max-width:1980px;
	width:expression(document.body.clientWidth > 1980 ? "100%" : "1980px");
	color:#FFF;
	font:normal 13px/20px Arial;
}

a {
	color:#fff;
}
a:hover {
	color:#fff;
	text-decoration:none;
}

#header {
	height:552px;
}

#content {
	float:left;
	height:313px;
}

#cont {
	width:142px;
	height:66px;
	position:absolute;
	display:block;
	left:72%;
	top:525px;
	background:url(/images/cont.png) no-repeat;
	cursor:pointer;
}

#six {
	width:170px;
	height:90px;
	position:absolute;
	display:block;
	left:16%;
	top:360px;
	background:url(/images/six.png) no-repeat;
	cursor:pointer;
}

#vo{
	width:142px;
	height:66px;
	position:absolute;
	display:block;
	left:32%;
	top:285px;
	background:url(/images/vo.png) no-repeat;
	cursor:pointer;
}

#info {
	width:170px;
	height:90px;
	position:absolute;
	display:block;
	left:73%;
	top:295px;
	background:url(/images/info.png) no-repeat;
	cursor:pointer;
}

#prod {
	width:142px;
	height:66px;
	position:absolute;
	display:block;
	left:62%;
	top:425px;
	background:url(/images/prod.png) no-repeat;
	cursor:pointer;
}

#about {
	width:150px;
	height:70px;
	position:absolute;
	display:block;
	left:39%;
	top:445px;
	background:url(/images/about.png) no-repeat;
	cursor:pointer;
}

#text {
	width:700px;
	height:125px;
	position:absolute;
	display:block;
	left:45%;
	top:750px;
}
#text,#text p,#text span,#text a{font-family:Arial; color:#7a6a1e;font-size:11px;line-height:14px;}
#text a{text-decaration:underline}
#text a:hover{text-decaration:none;}

#langs {
	width:150px;
	height:25px;
	position:absolute;
	display:block;
	left:12%;
	top:256px;
	color:white;
}

