
body {
  height: 100%;
  margin: 0;
  padding: 0;
}


body				{font-family: Book Antiqua, Arial, sans-serif;
					 }
					 
					 
/* Infinite scrolling background  */


#animatedBackground {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("sonic.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto 100%;
  z-index: -1;
/*adjust s value for speed*/
  animation: animatedBackground 80s linear infinite;
  overflow: hidden;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
/*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: -10000px 0;
  }
}

					 
					 

.ht		{text-align: center; color: white; position: relative;
						
}



#BG 				{background-color: black;
						margin-top: 20px;
						padding-left: 20px;
						padding-bottom: 20px;
						width: 90%;
						margin: 0 auto;	
						border: none;
}

#header			{
                                     background-color: none;
					                 
                                      
                        		width: 100%;
					height:100px;
						/*border: 1px solid black; */
						top: 0;
						left: 0;       							/*border: 1px solid black; */
}     			
						

  


img					{float: left;
						margin-left: 20px;
						margin-right: 20px;
						margin-top: 10px;
						border: 2px solid black;
						width: 250px;
						height: 350px;
}


img.fl					{float: left;
						margin-left: 20px;
						margin-right: 20px;
						margin-top: 10px;
						border: 2px solid black;
						width: 250px;
						height: 350px;
}



a.par, p.par{
       float: center;
       text-align: center;
       color:white;
	   font-size: 23px;
	   position: relative;
       
}

a.par:hover 
{
color: #FFDF00;
} 

h2 					{margin-top: 30px;
}

h4 					{font-style: italic;
						margin-top: -15px;
}


 ::-webkit-scrollbar 
              {
               display: none;
               }	

							