@font-face {
    font-family: IS;
    src: url(fonts/IRANSansWeb.ttf) format('truetypefile');
    src: url(fonts/IRANSansWeb.eot) format('eot');
    src: url(fonts/IRANSansWeb.woff) format('woff');
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: IS;
    direction: rtl;
}

ul {
    list-style: none;
    padding: 0;
}

a {
    cursor: pointer;
}

/*===================== main ===================*/

#main_bg {
    width: 100%;
    height:auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 88;
}

#download_sec {
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 99;
    width: 160px;
}

#download_sec a {
    display: block;
    margin-bottom: 15px;
}

#download_sec img {
    width: 150px;
}