html,body { 
	background: #160705 url(../img/bg.jpg) no-repeat top center; 
	margin:0 auto; 
	padding:0; 
	height: 100%; 
	font-family: Tahoma; 
	font-size: 12px; 
}

#wrapper {
	//border: solid 1px blue; 
	width: 1000px;
}

#header {
	//border: solid 1px red; 
	width: 1000px;
	height: 400px;
}

#left {
	//border: solid 1px black; 
	width: 160px;
	height: 403px;
	float: left;
	margin-left: 100px;
}

#menu {
	background:url(../img/menu.png) no-repeat top center;
	width: 177px;
	min-height: 274px;
	position: absolute;
	margin-left: 12px;

}

#content-box {
	//border: solid 1px black; 
	width: 1000px;
	height: 521px;
}

#content {
	margin-left: 210px;
	background:url(../img/cont.png) no-repeat top center;
	width: 689px;
	height: 521px;
	font-family: Tahoma;
	font-size: 12px;
	color: #fff;
	text-align: left;
	text-shadow: 1px 1px #000;

}
#content a{
	color: #fe9d2e;
	text-decoration: underline;
	font-weight: 900;
}

#content a:hover{
	color: #ffe087;
	text-decoration: none;
	font-weight: 900;
}

#news {
	//border: solid 1px red;
	width: 669px;
	height: 480px;
	margin-left: 10px;
	margin-top:30px;
	position: absolute;
}

#strim {
	width: 200px;
	height: 300px;
	display: block;
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
}

#lineage {
	background:url(../img/lineage.png) no-repeat top center;
	width: 260px;
	height: 59px;
	position: absolute;
	margin-top: 10px;
	margin-left: 410px;
}

#interzet a {
	background:url(../img/interzet.png) no-repeat top center;
	width: 300px;
	height: 103px;
	display: block;
	position: absolute;
	margin-top: 75px;
	margin-left: 690px;
}

#logo
{
	background:url(../img/logo.png) no-repeat top center;
	width: 500px;
	height: 130px;
	display: block;
	position: absolute;
	margin-top: 300px;
	margin-left: 350px;
}

#inter {

	//width: 170px;
	//height: 50px;
	position: absolute;
	margin-left: 265px;
	margin-top: 5px;
}



#menu-line a{
	background:url(../img/hover.png) no-repeat top center;
	width: 145px;
	height: 27px;
	display: block;
	color: #fff;
	line-height: 27px;
	font-family: Georgia;
	text-decoration: none;
	text-shadow: 1px 1px #000;
		margin-top: 1px;

}

#menu-line a:hover{
	background:url(../img/hover-a.png) no-repeat top center;
	width: 145px;
	height: 27px;
	display: block;
	color: #fff324;
	line-height: 27px;
	font-family: Georgia;
	text-decoration: none;
	text-shadow: 1px 1px #000;
}

#counter {
	width: 88px;
	height: 35px;
	margin-left: 800px;
	margin-top:5px;
}

#counter a img {

    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=10);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.02;
    filter: alpha(opacity=10);
}

#counter a:hover img {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=30);
}

#menu-online  {
	background:url(../img/hover54.png) no-repeat top center;
	width: 145px;
	height: 54px;
	display: block;
	color: #fff;
	line-height: 23px;
	font-family: Georgia;
	text-decoration: none;
	text-shadow: 1px 1px #000;
	margin-left: 108px;
	margin-top: 320px;
		position: absolute;

}