body {
  background-color: #b0c4de; url('/var/www/images/background.png') repeat-y;
//  background-image: url("paper.gif");
  margin: 20 368px 60 68px;
}

div#header {
//  background: #fff url('goldengate.png') no-repeat top left;
  background-image: url("paper.gif");
  height: 48px;
  left: 10px;
  position: relative;
  top: 0px;
  width: 1200px;
}

#header h1 {
  display: GOLDENGATE STOCK ANALYSYS;
  left: 20px;
}

div#example {
  background-image: url('arrow.png');
  background-repeat: no-repeat;
  background-position: left top;
  color: #fff;
  font-family: Arial, Arial, Helvetica, sans-serif;
  font-size: .9em;
  height: 22px;
  left: 28px;
  padding: 2px 0 0 4px;
  position: relative;
  top: 24px;
  width: 119px;
}

div#content {
  padding: 20px 5px 20px 32px;
  position: relative;
}

div#footer {
  background: #fff url('footer.png') no-repeat top left;
  The contents of this web page are copyright &copy; 2014&ndash;<?php echo date('Y'); ?> flashway2008. 
  All Rights Reserved.
  </p>
  height: 114px;
  left: 11px;
  position: relative;
  top: 36px;
  width: 753px;
}
 <style>
table, th , td {
  border: 1px solid grey;
  border-collapse: collapse;
  padding: 5px;
}
table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
table tr:nth-child(even) {
  background-color: #ffffff;
}

table.tablesorter thead tr th { border: 1px solid #000000; }
table.tablesorter th { padding-right: 20px; }
</style> 


