@font-face{

    font-family: 'BNazanin';
    src: url('fonts/BNazanin.ttf');
    src: url('fonts/BNazanin.woff') format('woff'),
         url('fonts/BNazanin.eot') 	format('truetype');
   
    font-weight: normal;
    font-style:  normal;
 }
 

	*,header,div,footer{
	outline: 0px dashed red;
}
body{
	background-image: 		url(fa/img/backCd.png);
	background-repeat: 		no-repeat;
	background-position: 	top center;
	background-size:      	fixed;
	background-color: 		#fff;
	z-index: 				-5;
	font-family: 			'BNazanin';
	
}
		
div.contain{
	width: 					500px;
	margin:					0 auto;
	min-height: 			502px;
	outline: 				0px solid red;
	padding: 				1px;
}
div.links{
	width: 					auto;
	text-align: 			center;
	margin:					0 auto;
	min-height: 			0px;
	outline: 				0px solid red;
	margin-top: 			0px;	

}
a{
	text-decoration: 	none;
	font-size: 			20px;
	color: 				#000;
	font-weight: 		bolder;
}
