@font-face{
    font-family: IRANSans;
     src: url(font/IRANSansWeb.eot);
     src: url(font/IRANSansWeb.eot) format("embedded-opentype"),
      url(font/IRANSansWeb.woff) format("woff"),
       url(font/IRANSansWeb.ttf) format("truetype");
         font-weight: 400;
         font-style: normal
}

*{
 font-family: IRANSans;  
}
a{
  text-decoration: none;
}
body{
  background: #f4f4f4 url(../img/bg.png) repeat 310px;
}
