body {
  width: 800px;
  margin: 0 auto;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

body header {
  margin: 50px 0;
}

body footer {
  height: 80px;
  border-top: 1px solid #000;
  margin-top: 40px;
}

body footer .barcode {
  width: 61px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
}

body footer .st1 {
  position: absolute;
  top: 10px;
  left: 120px;
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  white-space: nowrap;
}

body footer .st2 {
  position: absolute;
  top: 40px;
  left: 120px;
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
}

body footer .st3 {
  position: absolute;
  top: 10px;
  left: 610px;
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
}

body footer .st4 {
  position: absolute;
  top: 40px;
  left: 610px;
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
}

body footer .st1 img,
body footer .st2 img,
body footer .st3 img,
body footer .st4 img
{
  float: left;
  margin-right: 10px;
}

.clr {
  clear: both;
}

@media screen {
  body {
    border: 1px solid black;
  }
  body footer {
    position: relative;
  }
}

@media print {
/*
  body header {
    position: fixed;
    top: 0;
  }
*/
  body footer {
    position: fixed;
    bottom: 0;
  }
}
