﻿.BG_HomePageMainPicture{ 
   background-image: url('../image/BG_HomePageMainPicture.gif');
   height:480px;
   width:103%;
   margin:-7px;
   margin-right:0;
   background-attachment:fixed;
   background-size: 100%;  
  }
.BG_OtherPageMainPicture{ 
   background-image: url('../image/BG_HomePageMainPicture.gif');
   height:470px;
   width:103%;
   margin:-7px;
   margin-right:0;
   background-attachment:fixed;
   background-size: 100%;  
  }
  
/*Scrolling text regarding Temple Renovation Program content HomePage*/
.animation1{
   width: 100%;
   padding: 10px;
   background-color:#ffcc00;
   margin-left:-10px;
   position: relative;
   -webkit-animation: TempleRenovation 5s linear 2s infinite alternate; /* Safari 4.0 - 8.0 */
   animation: TempleRenovation 5s linear 2s infinite alternate; /*myfirst 5s linear 2s infinite alternate; Commented by Pradeep Kumar M 31/03/2017*/
   }
@keyframes TempleRenovation { /*myfirst {*/
   0%   {background-color:#ff9900; left:0px; top:0px;}
   25%  {background-color:#ff6600; right:200px; top:0px;}
   50%  {background-color:#ff3300; right:200px;}
   75%  {background-color:#ff0000; left:0px; top:0px;}
   100% {background-color:#b20000; left:0px; top:0px;}
   }

@-webkit-keyframes TempleRenovation { /*myfirst {*/
   0%   {background-color:#ff9900; left:0px; top:0px;}
   25%  {background-color:#ff6600; right:200px; top:0px;}
   50%  {background-color:#ff3300; right:200px;}
   75%  {background-color:#ff0000; left:0px; top:0px;}
   100% {background-color:#b20000; left:0px; top:0px;}
   }
