@media all { /* Footer Styles */ table.footer_table { border: none; width: 100%; } table.footer_table td { padding: 0px; margin: 0px; vertical-align: top; } table.footer_table td.footer_l { padding: 0px; margin: 0px; vertical-align: middle; width: 9px; height: 38px; background: url(/_image/footer/footer_left.gif) no-repeat top left; } table.footer_table td.footer_c { padding: 0px; margin: 0px; vertical-align: middle; height: 38px; background: url(/_image/footer/footer_tile.gif) repeat-x top left; } table.footer_table td.footer_r { padding: 0px; margin: 0px; vertical-align: middle; width: 9px; height: 38px; background: url(/_image/footer/footer_right.gif) no-repeat top left; } } @media print { table.footer_table { display: none; } }