 body{
    font-family: serif;
 }
 
 #center_all{
    width: 830px;
    margin: 0 auto;
 }
 #Layer1{
     position: relative; 
     left: 0px; 
     top: 0px; 
     width: 630px; 
     height: 100%; 
     z-index: 0;
     background: url("imagini/ccscWater.GIF") repeat-y;
     padding: 8px;
     min-height: 700px;
     text-align: justify;
 }
 
 #colectiv{
    border-collapse: collapse;
    background: #fff;
 }
 #colectiv tr td{
    padding:5px;
    border:1px solid #ccc;
 }