/* CSS kaziki.pl */
#body {
  background-color: #000000;
  margin-left: auto;
  margin-right: auto;
}
#background {
  background-color: #000000;
	background-image: url(../i/bg.jpg);
	background-repeat: repeat-y;
  display:            block;
  margin-top: -20px;
  margin-left: -10px;
  height:100%;
}
#wholePage {
  background-color: #000000;
  position: absolute;
  top: 40px;
  left: 249px;
}
#head {
  background-color: #1B1B1B;
	background-image:     url(../i/head.jpg);
	background-repeat:    no-repeat;
  position: relative;
  top: 0px;
  left: 0px;  
  width: 723px;
  height: 190px;
  display: block;
}
#headNormal {
  background-color: #1B1B1B;
	background-image:     url(../i/headNormal.jpg);
	background-repeat:    no-repeat;
  position: relative;
  top: 0px;
  left: 0px;  
  width: 723px;
  height: 190px;
  display: block;
}
#mainMenuLeft {
  background-color: #1B1B1B;
	background-image:     url(../i/menu_bg.jpg);
	background-repeat:    no-repeat;
  position: absolute;
  left: 46px;
  top: 81px;
  width: 133px;
  height: 107px;
  display: block;
}
#mainContent {
  background-color: #000000;
	background-image:     url(../i/mid.jpg);
  position: relative;
  top: 0px;
  left: 0px;  
  width: 723px;
  height: 282px;
  display: block;
}

#footer {
  background-color: #000000;
 	background-image:     url(../i/foo.jpg);
  position: relative;
  top: 0px;
  left: 0px;  
  width: 723px;
  height: 87px;
  display: block;
}

