body{
   background-image: url("tlo.jpg");
   background-position: bottom right;
   background-repeat: no-repeat;
   background-attachment: fixed;
}

#cytat{
	width:600px;
	height: 100px;
	-webkit-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow:  5px 5px 10px 5px rgba(0, 0, 0, 0.5);       
   box-shadow:  5px 5px 10px 5px rgba(0, 0, 0, 0.5);
   background-color:#5d2600;
   color: #f8d700;
   background-image: url(cite.png); 
   background-repeat:no-repeat; 
   background-position: right;
   padding: 10px; 
};

.tooltip { 
    position: relative; 
} 
 
.tooltip span { 
    font-size: 14px; 
    position: absolute; 
    z-index: 999; 
    white-space: nowrap; 
    bottom: 9999px; 
    left: 50%; 
    background: gray; 
    color: #fff; 
    padding: 4px 5px; 
    opacity: 0; 
 
    -webkit-border-radius: 3px;  
    border-radius: 3px; 
    width: 100px;
}  
 
.tooltip:hover span { 
    opacity: 1; 
    bottom:-25px; 
}

.slide_tab tr td {
   padding: 20px;
}
                                 