html { background-color:white; text-align:center; }
body { background-color:white; width:900px; margin:0 auto; text-align:left; }

div.header { background:url("header.jpg"); width:900px; height:100px;
             border-left:1px solid black;border-right:1px solid black;
             
             }
div.header p {color:white; font-size:45px; font-weight:bold; line-height:1.5em;
             text-shadow:black 4px 4px 2px; text-align:center; padding:0px; margin:0px;}
             
div.header div.log { background-color:white; width:100px; height:25px; 
                      color:black; text-align:center;
                      border:1px solid black; 
                      position:relative; top:9px;
                      padding-left:4px; padding-right:4px;            
             display:inline;}
div.main { overflow:auto;
            background:url("tlo.png"); 
            width:900px; 
            outline-left:1px solid #acacac;
            border-left:1px solid black;border-right:1px solid black;}
            
div.footer { background-color:black; width:900px; height:30px; color:white;
             border-left:1px solid black;border-right:1px solid black;text-align:right;}            
            
div.col {  float:left; width:280px; 
            padding-left:10px;  
            padding-right:10px; 
            padding-bottom:10px;}
div.srodek { }
div.lewy { }
div.lewy { }
div.section { background-color:black; width:auto; height:30px; 
            color:white; 
            font-size:24px;text-align:center;  }
div.title { 
            color:black; 
            font-weight:bold; }            
            
            