body {
        background-color: #000;
        margin  : 0px;
        border  : none;
        padding : 0px;
        text-align:center;
     }

div {
		font: verdana 10px #000;     
    }
    
#container {
        z-index:0;
        width:1024px;
        height:100%;
        margin:0px auto;
        padding:0px;
        clear: both;
        background-color: #000;
    	   }

#naglowek {
		z-index:10;        
        background-color: #EEE;  
        margin  : auto;
   		border  : none;
    	padding : 0px;
    	width   : 1024px;
    	height  : 220px;        
    	  }

#menu {
		position:relative; left: 0px; top: 0px;
		z-index:11;
		background-image: url('images/background-menu.png');
		background-color: #fff;
		margin  : auto;
   		border  : medium none;
    	padding : 0px;
    	width: 200px;
        height: 600px;
        float:left   
    	}  

#pozycja {
		position:relative; left: 50px; top: 100px;
		z-index:12;
		background-color: #000;
   		border  : medium none;
    	padding : 0px;
        float:left   
    	}  

#srodek { 
		background-color: #000;
		z-index:1;
		width:824px;
        height:600px;
        float:left;
    	}
#stopka {
		background-color: #000;
		background-image: url('images/stopka.png');
		width: 100%;
		height: 80px;
		clear: both;
		}