body 
{
   background-color: #cecece; /*#b0bfc6; #7ea6b2;*/
   background: url(../img/bg_orze.gif) repeat-x;
   background-attachment: fixed;
/*
   background-color: #3e5a5f; alternate colors: #3e3e5f, #3a3a43
*/
   padding-left: 20px;
   padding-top: 0px;
}

/* Centrowanie */

.tac {
   text-align: center;  /* centrowanie pod IE */
   margin-top: 3px;
   margin-right: 0;

}

/* Centralny div z tlem */

.tal 
{
   text-align: left;
   width: 790px;
   margin: 0 auto; /* centrowanie pod FF */
   border-top: 1px solid #aaaaaa;
   border-left: 5px solid #aaaaaa;
/*
border-right: 1px solid #ddd;
*/
}

/* Odsuniecie zawartości od brzegu z tlem */

.tab 
{
   width: 730px;
   margin-left: 30px;
   margin-right: 30px;

}


#sygnatura {
   background-color: #daedf1;
}