*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
BODY{
	background-color: #fbfbfb;
}
#header{
	width: 802px;
	margin: 20px auto 0 auto;
	position: relative;
	height: 151px;
	background: url("images/header.gif") no-repeat center center;
}
#d_a{
	font-family: zar,nazanin,tahoma;
	font-size: 32px;
	padding-top: 20px;
}
#rayara{
	position: absolute;
	top: 40px;
	left: 20px;
	font-family: tahoma;
	font-size: 18px;
	line-height: 30px;
}
#post{
	position: absolute;
	right: 20px;
	top: 40px;
	font-family: tahoma;
	font-size: 18px;
	line-height: 32px;
}
#signin{

	margin-top: 120px;
	background: url("images/signin.gif") no-repeat center top;
	width: 200px;
	height: 40px;
	
}
#signin a{
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-top: 8px;
	display: block;
	list-style-type: none;
	text-decoration: none;
	width: 200px;
	height: 40px;
	outline: none;
}
#signin:hover a{
	color: #111;
}
