/*
Theme Name: Navabzade
Author: Mehdi Shariatmadari
Author URI: mailto:mehdi87@gmail.com
Version:1.0
*/

/* Reset
----------------------------------------------------------------*/
@import url('reset.css');
/* Global
----------------------------------------------------------------*/
body{
   background:url(images/bg.jpg);
}
#wrap{
   margin:0 auto;
   width:463px;
}
.intro{
   height:514px;
   margin-top:50px;
      position:relative;
   background:url(images/intro.gif);
}
.lang .fa{
   width:155px;
   height:60px;
   display:block;
   position:absolute;
   right:64px;
   bottom:19px;
}
.lang .en{
   width:155px;
   height:52px;
   display:block;
   position:absolute;
   left:67px;
   bottom:22px;
}

