      body {
      	text-align: center;
      	min-width: 960px;
        background-color: #fbf7ee;
      }
    
      #lay {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	position: relative;
      }
      
      #gora {
	border: 0px;
	margin: 0px;
	width: 960px;
	height: 75px;
	padding: 0px;
	left: auto;
	top: 0px;
        background-image: url(images/gora.png);
  	position: absolute;
     }
     #konie_container {
        border: 0px solid;
        margin: 0px auto;
        padding: 0px;
        left: auto;
        top: 75px;
        width: 960px;
        height: 153px;
	background-color: #fff;
        position: absolute;
	overflow: hidden;
     }
     
     #konie_scrolled {
        border: 0px solid;
        margin: 0px;
        left: 0px;
        top: -15px;
        width: 1285px;
        height: 153px;
	position: absolute;
	text-align: center;
	}      
     
     #konie_scroller {
        border: 0px;
        margin: 0px;
        padding: 0px;
        left: auto;
        top: 228px;
        width: 960px;
        height: 20px;
        position: absolute;
	overflow: hidden;
	
       background-image: url(images/scrl_bg.png);
       background-repeat: repeat-x;
     }
     
     #scroll_left {
      position: absolute;
      width: 20px;
      height: 20px;
      top: 0px;
      left: 0px;
      background-image: url(images/scrl_lewo.png);
      margin: 0px;
      padding: 0px;
      overflow: hidden;
     }
     
     #scroll_right {
      position: absolute;
      width: 20px;
      height: 20px;
      top: 0px;
      left: 940px;
      background-image: url(images/scrl_prawo.png);
      margin: 0px;
      padding: 0px;
      overflow: hidden;
     }
     
     #scroll_bar {
      position: absolute;
      width: 200px;
      height: 20px;
      top: 20px;
      left: 20px;
      background-image: url(images/scrl_bar.png);
      margin: 0px;
      padding: 0px;
      overflow: hidden;
     }
     
     
     #logo {
        border: 0px;
        margin: 0px;
        padding: 0px;
        left: auto;
        top: 248px;
        width: 960px;
        height: 108px;
        background-image: url(images/logo.png);
        position: absolute;
     }
     
     #przemyslowe_scroller {
        border: 0px;
        margin: 0px;
        padding: 0px;
        left: auto;
        top: 356px;
        width: 960px;
        height: 20px;
        position: absolute;
	overflow: hidden;
	
       background-image: url(images/scrl_bg.png);
       background-repeat: repeat-x;
     }
     
     #przemyslowe_container {
        border: 0px;
        margin: 0px;
        padding: 0px;
        left: auto;
        top: 376px;
        width: 960px;
        height: 153px;
	background-color: #fff;
        position: absolute;
	overflow: hidden;
     }
     
     #przemyslowe_scrolled {
        border: 0px solid;
        margin: 0px;
        left: 0px;
        top: -15px;
        width: 1945px;
        height: 153px;
	position: absolute;
	text-align: left;
	clip: rect(0,960px,153px,0);
	} 


     
     #dol {
        border: 0px;
        margin: 0px;
        padding: 0px;
        left: auto;
        top: 529px;
        width: 960px;
        height: 73px;
        background-image: url(images/dol.png);
        position: absolute
     }
