/*
Theme Name: Mohsen Gholami
Author: Mehdi Shariatmadari
Author URI: http://m.ehdi.in/
Version:1.0
*/

/* Reset
----------------------------------------------------------------*/
@import url('reset.css');
/* Global
----------------------------------------------------------------*/
body{
   background-color:#EAD5B8;
}
#wrap{
   margin:0 auto;
   width:683px;
}
.logo{
   height:456px;
   margin-top:50px;
   background:url(images/logo.gif) no-repeat;
}
.lang{
   width:126px;
   height:33px;
   margin:0 auto;
   margin-top:10px;
   background:url(images/lang.gif) no-repeat;
}
.lang .fa{
   float:right;
   width:53px;
   height:28px;
   display:block;
}
.lang .en{
   float:left;
   width:58px;
   height:39px;
   display:block;
}
