@font-face {
  font-family: Shabnam;
  src: url('fonts/Shabnam.eot');
  src: url('fonts/Shabnam.eot?#iefix') format('embedded-opentype'), url('fonts/Shabnam.woff') format('woff'), url('fonts/Shabnam.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: Shabnam;
  src: url('fonts/Shabnam-Bold.eot');
  src: url('fonts/Shabnam-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Shabnam-Bold.woff') format('woff'), url('fonts/Shabnam-Bold.ttf') format('truetype');
  font-weight: bold;
}

*{
  border: 0;
  padding: 0;
  margin: 0;
}

body{
  direction: rtl;
  color: #34495e;
  background: #F2F2F2;
  margin: 0;
  padding: 0;
  text-align: center;
  font: 11px/1.9 Shabnam;
  overflow: hidden;
}

#iframe {
  margin: 0px auto;
  display: block;
  padding-top: 70px;
}

a {
  text-decoration: none;
  color: #34495e;
  transition: all 0.3s ease-out;
}

a:hover{
  text-decoration: none;
  color: #3297da;
}

.logo {
  float: right;
  margin: 12px 1em;
  width: 220px;
  text-align: right;
}

.logo h1 {
  font: 16px/23px Shabnam, tahoma;
  color: #FFF;
}

.logo h2 {
  font: 13px/21px Shabnam, tahoma;
  color: #CCC;
}

#head {
  width: 100%;
  background: #333;
  position: fixed;
  height: 70px;
  top: 0;
}
#head-banner {
    float: left;
    margin: 5px;
}
#text {
  margin: 20px;
  font: 13px/25px Shabnam, tahoma;
  color: #999;
}

#text a {
  padding: 5px 10px;
  background: none repeat scroll 0% 0% #DA1229;
  font: 13px Shabnam, tahoma;
  color: #FFF;
  height: 21px;
}

#text span {
  color: #FF751A;
  font-size: 20px;
  margin-left: 2px;
}

#redirectpage {
  width: 500px;
  margin: 100px auto;
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 15px;
  text-align: center;
}

#redirectpage h1{
  color: #404040;
  text-shadow: 1px 1px 0 #eee;
}

#redirectpage p{
  margin: 15px;
}

#redirectpage a.redirectme{
  font: 16px Shabnam, tahoma;
  margin: 15px;
  background: #1083b3;
  color: #fff;
  transition: all 0.5s ease;
}

#redirectpage a:hover{
  background: #00b600;
  color: #fff;
}

#redirectpage span{
  margin: 12px 5px 0 5px;
  font-size: 18px;
}