div#container
{
   width: 1200px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   background-image: url(images/Hamroor2.png);
   background-position: left top;
   background-repeat: no-repeat;
   color: #000000;
   font-family: Arial;
   font-size: 13px;
   margin: 0;
   text-align: center;
}
#Image1
{
   border: 0px #000000 solid;
   -webkit-animation: transform-scale 4000ms linear 2ms 1 normal both, animate-fade-in 3000ms linear 2ms 1 normal;
   -moz-animation: transform-scale 4000ms linear 2ms 1 normal both, animate-fade-in 3000ms linear 2ms 1 normal;
   -ms-animation: transform-scale 4000ms linear 2ms 1 normal both, animate-fade-in 3000ms linear 2ms 1 normal;
   animation: transform-scale 4000ms linear 2ms 1 normal both, animate-fade-in 3000ms linear 2ms 1 normal;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Ar
{
   border: 0px #000000 solid;
   -webkit-animation: animate-fade-in 1000ms linear 20ms 1 normal;
   -moz-animation: animate-fade-in 1000ms linear 20ms 1 normal;
   -ms-animation: animate-fade-in 1000ms linear 20ms 1 normal;
   animation: animate-fade-in 1000ms linear 20ms 1 normal;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#En
{
   border: 0px #000000 solid;
   -webkit-animation: animate-fade-in 1000ms linear 5ms 1 normal;
   -moz-animation: animate-fade-in 1000ms linear 5ms 1 normal;
   -ms-animation: animate-fade-in 1000ms linear 5ms 1 normal;
   animation: animate-fade-in 1000ms linear 5ms 1 normal;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
