
body {
 color: black;
 background: white;
}


table.company {
 width: 100%;
 background: url(img/company-bg.png) repeat-x;
}


table.tab_bar {
 width: 100%;
 height: 36;
 margin: 0;
 padding: 0;
 border: none;
 margin-bottom: 10;
 background: url(img/tab-bg.png) repeat-x;
}


table.visitor {
 width: 100%;
 height: 36;
 text-align: center;
 margin-top: 16;
 height: 36;
 padding: 0;
 border: none;
 border-top: 1px solid #606060;
 border-bottom: 1px solid #606060;
/* background: url(img/gradient-gold.png) repeat-x; */
}
