#container {
  margin: 0px 0px 0px 0px;
  text-align: left;
  position: absolute;
  width: 100%;	
  height: 100%;
	
}

*/

#container, #header, #aktualnosci, #left, #center, #right {
  margin: 0;
  padding: 0;
}


#header {
  left: 0;
  top: 0;	
  width: 1152px;
  height: 535px;
}

#left {
  width: 328px;
  height: auto !important;
  height: 329px; /* IE */
  min-height: 329px;
  left: 0px	
  top: 535px;	
  background-image: url('../images/main_02.jpg');		
  position: absolute;		
}
#center {
  width: 205px;
  height: auto !important;
  height: 329px; /* IE */
  min-height: 329px;
  left: 328px;
  top: 535px;		
  background-image: url('../images/main_03.jpg');	
  position: absolute;	
}

#right {
  width: 619px;
  height: auto !important;
  height: 329px; /* IE */
  min-height: 329px;
  top: 535px;
  left: 533px;
  position: absolute;	
  background-image: url('../images/main_04.jpg');	
}


