
  #back{
    width:100%;
    height:1500px;
    background-image: url(images/back.jpg);
    background-repeat: repeat-x;
  }
  #red{
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:153px;
    background-color: #fc0201;
  }
  #silver{
    position: absolute;
    left:0px;
    top:152px;
    width:100%;
    height:950px;
    background-color: #454545;
    border-bottom: solid 1px #000000;
  }
  #dark{
    position: absolute;
    left:0px;
    top:1103px;
    width:100%;
    height:335px;
    background-color: #1b1b1b;
  }
  #ajax{
    position: absolute;
    left:0px;
    top:1103px;
    width:100%;
    height:335px;
    background-color: #1b1b1b;
    opacity:0;
    filter:alpha(opacity=)
  }
  #footer{
    position: absolute;
    left:0px;
    top:1437px;
    width:100%;
    height:64px;
    background-color: #111111;
  }
  #main{
    position: absolute;
    left:0px;
    top:0px;
    width:1005px;
    height:1490px;

  }
  #banner{
    margin-left: auto;
    z-index: 10;
  }
  #board{
    1border: solid 1px red;
    position: absolute;
    left:330px;
    top:610px;
    width:650px;
    height:500px;
  }
  #menu{
    1border: solid 1px red;
    position: absolute;
    left:-10px;
    top:610px;
    width:300px;
    height:500px;

  }
  #titr{
    color: #db0000;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    direction: rtl;
  }
  #titr2{
    color: #d5d5d5;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    direction: rtl;
    float: right;
    margin-top: 45px;
  }
  #comment{
    color: #c8c8c8;
    font-family: tahoma;
    font-size: 12px;
    text-align: justify;
    direction: rtl;
  }
  #thanks{
    color: #c8c8c8;
    font-family: tahoma;
    font-size: 12px;
    text-align: justify;
    direction: rtl;
  }
  a{
    text-decoration: none;
    font-weight: bold;
    color:#c8c8c8;
    font-family:tahoma;
    font-size:12px;
  }
  a:hover{
    text-decoration: none;
    font-weight: bold;
    color:red;
    font-family:tahoma;
    font-size:12px;    
  }
  #rightBox{
    position: absolute;
    left:470px;
    top:1120px;
    width:513px;
    height:304px;
  }
  #leftbox{
    position: absolute;
    left:0px;
    top:1120px;
    width:513px;
    height:304px;

  }
  #comment2{
      color: #918e8e;
    font-family: tahoma;
    font-size: 11px;
    text-align: justify;
    direction: rtl;
    position: absolute;
    right:0px;
    top:90px;
    line-height: 18px;
  }
   #comment3{
      color: #ff5500;
    font-family: tahoma;
    font-size: 11px;
    text-align: justify;
    direction: ltr;
    position: absolute;
    left:420px;
    top:90px;
    line-height: 27px;
  }
 #textBoxes{
   position: absolute;
   left:210px;
   top:89px;
 }
 .textbox{
 1border: solid 1px red;
 border: none;
 background-color: #1b1b1b;
 color:#7a7a7a;
 font-family: Tahoma;
 width: 187px;
 margin-left: 3px;
 height:15px;
 z-index: 1200;
    font-size: 11px;
 }
 .commentbox{
   border: none;
   width:185px;
   height:67px;
   margin-top: 12px;
   margin-left: 3px;
 background-color: #1b1b1b;
    color: #c8c8c8;
    font-family: tahoma;
    font-size: 11px;
    text-align: justify;
    direction: rtl;
 }
  #line{
    position: absolute;
    left:530px;
    top:1120px;
    width:0px;
    height:300px;
    border-left: solid 1px #0c0c0c;
    border-right: solid 1px #3c3c3c;
  }
  #copy{
    position: absolute;
    left:350px;
    top:1450px;
    font-family: Tahoma;
    font-size: 14px;
    color:#7a7a7a;
  }
  #headLine{
    color: #d5d5d5;
    font-family: tahoma;
    font-size: 12px;
    font-weight:bold;
    text-align: justify;
    direction: rtl;
  }
  #sendKey{
    position: absolute;
    left:80px;
    top:268px;
    cursor: hand;
    cursor: pointer;
  }
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

