/* --------------------------- */
/* Alimir - http://alimir.ir */
/* --------------------------- */

*{ padding: 0; margin: 0;}
body {
    background: #f5f5f5;
    position: relative;
	direction:rtl;
}

::-moz-selection {
    background-color: #444;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

::selection {
    background-color: #444;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

#countdown {
    background: #e5e5e5;
    color: #888;
    font-family: Tahoma;
    position: absolute;
    top: 30em;
    left: 50%;
    width: 40%;
    text-align: center;
    text-shadow: 0 1px 0 #f5f5f5;
    padding: 1em 0;
    margin: -20em 0 0 -20%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: inset 0 1px 3px #ccc, 0 1px 0 #fff;
}