* {
	margin: 0;
}

/*
Podziękowania dla Ryan Fait !!!

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
html, body {
   height:100%
   }
/* koniec łatki */
body {
   padding         : 0;
   margin          : 0;
   background-color: #ffffff;    /* kolor całej strony */
   text-align      : center;     /* wyśrodkuj stronę - dla IE*/
   min-width       : 800px;      /* dla Mozilli = 2px więcej niż #content*/
   font            : 76.1% Verdana, Arial, Helvetica, sans-serif;
   background      : url(img/background.jpg) top center repeat-y;
}
#content{
   position        : relative;
   height          : auto !important;
   height          : 100%;
   min-height      : 100%;
   width           : 800px;
   min-width       : 800px;
   margin          : 0 auto;       /* wyśrodkuj stronę */
   text-align      : center;       /* przywróć justowanie tekstu do lewej */
   margin          : 0 auto -71px;
   background-color: #ffffff;
}

#header_l1{
   position        : relative;
   top             : 0;
   width           : 800px;
   min-width       : 800px;
   min-height      : 80px;
   height          : 80px;
   border          : 0px;
   float           : none;
   margin          : 0 auto;
}
#header_l2{
   top             : 0;
   width           : 800px;
   min-width       : 800px;
   min-height      : 30px;
   height          : 30px;
   border          : 0px;
   float           : none;
   background      : url(/img/index_02.gif) no-repeat;
   font-family     : Tahoma;
   font-size       : 12px;
   color           : #666666;
}
#header_l2l{
   padding-top     : 10px;
   padding-left    : 20px;
   width           : 380px;
   min-width       : 380px;
   min-height      : 20px;
   height          : 20px;
   float           : left;
   text-align      : left;
}
#header_l2r{
   width           : 400px;
   min-width       : 400px;
   min-height      : 30px;
   height          : 30px;
   float           : right;
   text-align      : right;
}
#header_main{
   position        : relative;
   top             : 0;
   width           : 800px;
   min-width       : 800px;
   min-height      : 215px;
   height          : 215px;
   border          : 0px;
   float           : none;
   margin          : 0 auto;
   padding-bottom  : 10px;
}
#footer, .push {
         height    : 71px; /* .push must be the same height as .footer */
         margin    : 0 auto;

}

