/* Base CSS */
@import url(reset.css);
@import url(fonts.css);
@import url(base.css);
html, body { height: 100%; direction:rtl }
body { direction: rtl; font: normal 12px arial;  }
/* Sticky footer. The height for #footer and #push, and the negative bottom margin for the #wrapper must be the same! */
#wrapper { /*min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -120px;*/
    margin: auto
    }
#footer, #push { /*height: 120px;*/ margin: auto;
padding-top: 40px;
}
img { border: 0; vertical-align: middle; }
.clear { clear:both;}
/*#wrapper, #footer*/
#pre_content{
    min-width: 810px;
    max-width: 810px;
    width:810px;
    margin:0 auto;
}
.clean {clear: both;}
table{ border-collapse:collapse; border-spacing:0; }
td { vertical-align:top; padding:0; }
.left { float:left; }
.right { float:right; }
a:hover { text-decoration:none; }	
a { color: #009eff; }


#fla {
    margin: 0 auto !important;
    width: 985px;
}