*{
	margin:0;
	padding:0;
	min-height:0;
	outline:0;
	font-family:Verdana,Tahoma,Arial;
}

body{
	width:100%;
	height:100%;
	overflow:auto;
	color:#b2b2b2;
	background:#000;
	font-size:12px;
}


#base{
	display:block; 
	position:absolute; 
	top:0;
	left:0; 
	width:100%;	
	min-width:1000px;
	min-height:100%;
	z-index:1;
}

* html #base{
	height: 100%;
	text-align:center;
}

#base_in{
	position:relative;
	min-width:1000px;
	max-width:1280px;
	min-height:100%;
	margin:0 auto;
}

* html #base_in{
	width:expression(document.body.clientWidth > 1280 ? '1280px' : (document.body.clientWidth < 1000 ? '1000px' : 'auto'));
	height:100%;
	text-align:left;
}

#head{
	margin:0 50px 10px;
}

#decor{
	height:5px;
	background:#555;
	overflow:hidden;
	margin-bottom:50px;
}

#logo{
	width:189px;
	height:128px;
	border:0;
}

#menu{
	position:absolute;
	top:32px;
	left:300px;
	overflow:hidden;
	height:152px;
	font-size:10px;
	line-height:17px;
}

.menu a{
	color:#eee;
	font-size:10px;
	line-height:17px;
}


.menu a.menu_on,.menu a:hover{
	text-decoration:none;
}

#content{
	heigth:100%;
	min-height:400px;
	margin:40px 50px 70px 300px;
}

* html #content{
	height:400px;
}

p{
	text-align:justify;
	text-indent:20px;
	margin-bottom:5px;
}

p.ni{
	text-indent:0;
}

#content a{
	color:#75a92c;
}

#content a:hover{
	text-decoration:none;
}

h1{
	font-size:20px;
	margin-bottom:10px;
}

h2{
	font-size:14px;
	margin:10px 0 5px;
	color:#74a82b;
}

a.download{
	padding:2px 0 2px 22px;
	background:url('pix/arrow.gif') no-repeat;
}

#promo{
	float:left;
	margin:40px 0 0 50px;
	width:210px;
}

#promo img{
	width:205px;
	height:205px;
	border:0;
}

#footer{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	text-align:center;
	height:40px;
}


#footer_in{	
	position:relative;
	font-size:11px;
	text-align:center;
	height:40px;
	max-width:1280px;
	margin:0 auto;
	line-height:40px;
	color:#888;
}


* html #footer_in{
	width:expression(document.body.clientWidth > 1280 ? '1280px' : (document.body.clientWidth < 1000 ? '1000px' : 'auto'));
}

#footer_in div{
	margin:0 50px;
	background:#555;
	position:relative;
	zoom:1;	
}

#footer_in a{
	color:#888;
	text-decoration:none;
}

#obj{
	position:absolute;
	left:5px;
	bottom:0;
	width:107px;
	height:135;
}
