body{
    animation:myfirst 0.5s;
    -moz-animation:myfirst 0.5s; /* Firefox */
    -webkit-animation:myfirst 0.5s; /* Safari and Chrome */
    -o-animation:myfirst 0.5s; /* Opera */
   animation-iteration-count: infinite;

}
.HeaderBar{
   background: red;
}
#main {
    background-color: #adfdbe;
}
#main{
    animation:myfirst 0.2s;
    -moz-animation:myfirst 0.2s; /* Firefox */
    -webkit-animation:myfirst 0.2s; /* Safari and Chrome */
    -o-animation:myfirst 0.2s; /* Opera */
   animation-iteration-count: infinite;

}
#top{
    animation:myfirst 0.7s;
    -moz-animation:myfirst 0.7s; /* Firefox */
    -webkit-animation:myfirst 0.7s; /* Safari and Chrome */
    -o-animation:myfirst 0.7s; /* Opera */
   animation-iteration-count: infinite;

}
#HeaderBar{
    animation:myfirst 0.3s;
    -moz-animation:myfirst 0.3s; /* Firefox */
    -webkit-animation:myfirst 0.3s; /* Safari and Chrome */
    -o-animation:myfirst 0.3s; /* Opera */
   animation-iteration-count: infinite;

}
.BlogStatsBar{
    animation:myfirst 0.2s;
    -moz-animation:myfirst 0.2s; /* Firefox */
    -webkit-animation:myfirst 0.2s; /* Safari and Chrome */
    -o-animation:myfirst 0.2s; /* Opera */
   animation-iteration-count: infinite;
}
.HeaderBar a:visited,  .HeaderBar a:link{
    animation:myfirst 0.1s;
    -moz-animation:myfirst 0.1s; /* Firefox */
    -webkit-animation:myfirst 0.1s; /* Safari and Chrome */
    -o-animation:myfirst 0.1s; /* Opera */
   animation-iteration-count: infinite;
}
@keyframes myfirst
{
   0%   {background:red;color:#ffft; left:0px; top:0px;}
   25%  {background:yellow;color:red;left:200px; top:0px;}
   50%  {background:blue;color:green; left:200px; top:200px;}
   75%  {background:green;color:blue; left:0px; top:200px;}
  100% {background:red;color:yellow; left:0px; top:0px;}
}
div.post {
    animation:myfirst 0.5s;
    -moz-animation:myfirst 0.5s; /* Firefox */
    -webkit-animation:myfirst 0.5s; /* Safari and Chrome */
    -o-animation:myfirst 0.5s; /* Opera */
   animation-iteration-count: infinite;
}
div.post {
    color: #2700ff;
}
#footer {
    margin-top: 334px;
}
#leftmenu{
    animation:myfirst 0.2s;
    -moz-animation:myfirst 0.2s; /* Firefox */
    -webkit-animation:myfirst 0.2s; /* Safari and Chrome */
    -o-animation:myfirst 0.2s; /* Opera */
   animation-iteration-count: infinite;
}