﻿@font-face {
    font-family: 'BHoma';
    src: url('/font/BHoma.eot?#') format('eot'), 
    url('/font/BHoma.woff') format('woff'),
    url('/font/BHoma.ttf') format('truetype'); 
}

body {
    direction: rtl;
    font-family: "BHoma";
    background-color: #1d1d1d;
    margin: 0;
    padding: 0;
    color: #111;
    font-size: 25px;
    text-align: center;
}

#main {
    position: relative;
    width: 861px;
    height: 523px;
    background-image: url('main.png');
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    margin: auto;
    margin-top: 100px;
}
.site{
width:861px;
margin: auto;
}
#first {
    position: absolute;
    width: 500px;
    height: 170px;
    right: 138px;
    top: 230px;
}

a {
    color: #111;
    text-decoration: none;
    line-height: 996px;
    margin-right: -72px;
    font-size: 21px;
}

    a:hover {
        color: red;
    }
.fot{
width:861px;
	color:#aea8a8;
	margin: auto;
	}
.fote{
color:
#f9faff;
margin: 0px;
font-size: 24px;
	}

table tr:nth-child(even) {
    background-color: #6aba68;
}
table tr:nth-child(odd) {
   background-color:#b0e9e7;
}
table th {
    background-color: black;
    color: white;
}
th, td {
    padding: 15px;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
table, th, td {
    border: 1px solid black;
}
table {
    border-spacing: 15px;
}