#footer{
 background:#EE1B23;
 line-height:40px;
 overflow-x:hidden;
 color:#202024;
 font-size:16px;
 font-weight:300;
 height:70px;
 margin-bottom:-70px;
}

html, body {
  height: 100%;
}

.footer {
   height: 70px;
}
.wrapper {
  min-height: 90%;
  height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
  height: 100%;
  margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
  height: 70px; /* .push must be the same height as .footer */
}

#copyright {
  float: left;
  padding-top: 20px;
  padding-left: 10px;
  color: #ffffff;
  font-size: 13px;
  }
#footerlogo{
  float: right;
  width: 23.07692307692308%;
  position: relative;
  padding: 11px 0 14px 24px;
 }
 
 .containerfooter{
  width:855px;
  margin:0 auto;
 }
 .footerlogo{
  z-index: 1;
  position: relative;
 }
 .termsofuse{
	color: #ffffff;
  font-size: 100%!important;
  font-weight: 500!important;
 }