body {
 padding:0;
 margin:0;
 border:none;
 font-family:Arial, Helvetica, sans-serif;
}
div.page {
 width:90%;
 text-align:center;
 margin:0 auto;
}
td.button a {
 display:block;
 margin:0 10px;
 height:82px;
}
td.button a.samples {
 width:86px;
 background:url(./images/btn_samples.jpg) 0 0 no-repeat;
}
td.button a.services {
 width:59px;
 background:url(./images/btn_services.jpg) 0 0 no-repeat;
}
td.button a.contact {
 width:126px;
 background:url(./images/btn_contact.jpg) 0 0 no-repeat;
 margin-left:0;
}
td.button a:hover {
 background-position:0 -82px;
}
div.footer {
 margin:.25em 0 0 0;
 padding:0;
 font-size:.75em;
}