/*
	body {
  background: url("pbgsw.jpg") repeat-x;
  background-color: #000000;
  background-position: center;
  background-attachment: fixed;
  background-repeat: repeat-y;
} 

#body_top {
  background: url("page_bg_top_sw2.jpg");
  background-color: #000000;
  background-position: center;
    background-repeat: no-repeat;
		position          : relative;

  width: 100%;
  height: 100%px;
} 
*/
	body {
  background: url("http://wkonin.pl/images/page_bg.jpg");
  background-color: #ffffff;
  background-position: center;
  background-attachment: fixed;
  background-repeat: repeat-y;
} 

#body_top {
  background: url("http://wkonin.pl/images/page_bg_top.jpg");
  background-color: #ffffff;
  background-position: center;
    background-repeat: no-repeat;
		position          : relative;

  width: 100%;
  height: 100%px;
} 


	