body{
	background: #292621 url('/index_files/back.jpg') repeat;
	font-family: Century Gothic;
	  font-size: 96%;
	  color: #71706E; 
	  font-family:"Segoe UI",Tahoma,sans-serif;

	}
.menu{
	width: 800px;
	margin: auto;
	margin-top: 56px;
	border: 1px solid #444A4D;
	padding: 1px 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	background: #111;
	}
.hcontent{
	width: 800px;
	margin: auto;
	}
.hcontent span{
	margin-top: 20px;
	float: right;
	}
.link a{
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	}
.link a:hover{
	color: #aaa;
	border-bottom: 1px dotted #aaa;
	}
.header{
	background: #1F1D19 url('/index_files/bg_header.png') bottom repeat-x;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 55px;
	border-bottom: 1px solid #333;
	}

.container{
	padding-top: 36px;
	color: #fff;
	margin: auto;
	width: 800px;
	}
.main{
	color: #aaa;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	background: #1f1d19 url(/index_files/bg_main.png) repeat-x top;
	border: 1px solid #444A4D;
	padding: 10px;
	text-shadow:0 1px 0 #333;
	}
.main span img{
	border: 2px solid #fff;
	}
.main span h4{
	color: #cecece;
	font-size: 23px;
	margin-bottom: 0px;
text-shadow:1px 1px 0 #222;
}
.downloads{
	font-size: 80%;
	width: 100%;
	border: 1px solid #252b2e;
	}
.center{
	margin: auto;
	text-align: center;
	}
#topc{
	background: #2e2e2e;
	border: 3px solid #1f1d19;
	color: #ccc;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;}
	
#name{
	color: #777;
	font-size: 27px;
	text-shadow:1px 1px 0 #999;
	}
	
#title{
	text-align: center;
	}
.desc{
	border-left: 1px solid #ccc;
	font-size: .9em;
	padding-left: 10px;
	line-height: 1.3em;
	text-align: justify;
	}
.maintop{
	height: 33px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border: 1px solid #aaa;
	background: url('/index_files/bg-btn-search.png') repeat-x top;
	padding: 8px;
	border-bottom: 1px solid #eee;
	}
.maintop span{
	color: #555;
	font-family: Arial;
	font-size: 1.7em;
	font-weight: bold;
	text-shadow:0 1px 0 #fff;}
.separator{
	text-align: center;
	}
.separator span{
	color: #222;
	font-size: 20px;
	text-shadow:1px 1px 0 #555;}
.footer{
	color: #777;
	margin-top: 10px;
	font-size: 11px;
	text-align: right;}
.footer a{
	color: #777;
	border-bottom: 1px dotted #777;
	text-decoration: none;
	}
.footer a:hover{
	color: #aaa;
	}
.attention{
	font-family: Verdana;
	text-align: center;
	border: 1px dotted #ccc;
	padding: 5px;
	font-size: .7em;
	-moz-border-radius: 6px;
	}