﻿ body {
  margin: 0;
  font-family: Century;
  font-size: 14px;
  line-height: 20px;
 
 /*color: #333333;*/
  background:  url(../images/footer.jpg) repeat-x fixed center bottom;
  -o-animation: animatedBackground 30s linear infinite;
  -ms-animation: animatedBackground 30s linear infinite;
  -moz-animation: animatedBackground 30s linear infinite;
  -webkit-animation: animatedBackground 30s linear infinite;
  /*background-color: #008bcf;*/    
}
@-keyframes animatedBackground {
        from { background-position: center bottom; }
        to { background-position: 100% bottom; }
    }
    @-webkit-keyframes animatedBackground {
        from { background-position: center bottom; }
        to { background-position: 100% bottom; }
    }
    @-ms-keyframes animatedBackground {
        from { background-position: center bottom; }
        to { background-position: 100% 0; }
    }
    @-moz-keyframes animatedBackground {
        from { background-position: center bottom; }
        to { background-position: 100% bottom; }
    }

.container .wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -5em;
}
.footer, .push {
height: 5em;
clear: both;
}
