﻿/*
Theme Name:hossein Alishapour
Author: Mehdi Shariatmadari
Author URI: http://m.ehdi.in/
Version:1.0
*/

/* Reset
----------------------------------------------------------------*/
@import url('reset.css');

/* Global
----------------------------------------------------------------*/
body{
    background:url(images/bg.jpg);
}
#wrap{
    width:853px;
    margin:0 auto;
}
#intro{
    height:554px;
    margin:30px 0 0 0;
    position:relative;
    background:url(images/intro.jpg);
}
.enter_fa{
    width:16px;
    height:18px;
    bottom:72px;
    right:20px;
    position:absolute;
    text-indent:-9999px;
}
.enter_en{
    width:13px;
    height:18px;
    bottom:72px;
    right:48px;
    position:absolute;
    text-indent:-9999px;
}


