body{
     background:#000000;
	 }

html{
     overflow:hidden;
	 }

#index{
       width:100%;
	   margin:0 auto;
	   font: "Times New Roman", Times, serif;
	   font-size:12px;
	   color: #FFFFFF;
	   }

#index a:link{color: #FFFFFF; text-decoration:none;}
#index a:visited{color: #FFFFFF; text-decoration:none;}
#index a:hover{color: #999999; text-decoration:underline;}
#index a:active{color: #FFFFFF; text-decoration:none;}

.largefont{
           font-size:26px;
		   font-weight:bold;
		   }
		   
.largefont-1{
           font-size:14px;
		   font-weight:bold;
		   }

#photo{
       float:left;
	   width:100%;
	   height:474px;
	   background:url(img/pic-index_rifat.jpg) 400px 30px no-repeat;
	   }

#text{
      float:left;
	  margin:0px auto 0 auto;
	  line-height:24px
	  }

#counter{
	bottom:0;
	position: absolute;
	margin:0 auto;
	color:#FFFfff;
	float:left;
}
