*{
	margin:0px;
	padding:0px;
	border: 0;
}

body{
	background:#000000;
	font:normal 11px tahoma;
	color:#8a9598;
			  
          scrollbar-face-color: #999999; scrollbar-highlight-color: #F0F0F0;
          scrollbar-3dlight-color: #B0B0B0; scrollbar-darkshadow-color: #B0B0B0;
          scrollbar-shadow-color: #F0F0F0; scrollbar-arrow-color: #d30303; scrollbar-track-color: #CCCCCC;
	
}



.page {
	background:#000;
	height:510px;
	margin:33px 40px;
	position:absolute;
	top:0;
	width:625px;
	/*height:460px;*/
	height:405px;
	z-index:11000;
	display:none;
	
}
div#wrapper{
	width:100%;
	margin:0 auto;
	border:0px solid #666;
	height:742px;
	background:url('images/right.jpg') no-repeat top right;
}
div#wrapper #left{
	width:100%;
	margin:0 auto;
	border:0px solid #666;
	background:url('images/left.jpg') no-repeat top left;
	height:742px;
	
}

#box{
	
	height:662px;
	margin-right:96px;
	margin-left:446px;
	margin-top:40px;
	margin-bottom:40px;
	background-color:#0b1518;
	

}
#content{
	margin:20px;
	background:#000;
	height:600px;
	padding:10px;
	overflow:auto;
}
#cont
{	text-align:justify;
	direction:rtl;
}
#footer {
	margin-top:10px;
	text-align:justify;
	padding-top:10px;
	padding-bottom:10px;
	color:#8a9598;
}
a:link {
	color: #8a9598;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8a9598;
}
a:hover {
	text-decoration: underline;
	color: #084355;
}
a:active {
	text-decoration: none;
	color: #8a9598;
}
.comment a:link{
	color:#d30303;
	text-decoration: none;
	font:normal 11px tahoma;
}
