* {
	margin: 0;
}

/*

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;
}
#content{
   position        : relative;
   height          : auto !important;
   height          : 100%;
   min-height      : 100%;
   width           : 100%;
   min-width       : 100%;
   margin          : 0 auto;       /* wyśrodkuj stronę */
   text-align      : center;       /* przywróć justowanie tekstu do lewej */
   margin          : 0 auto -27px;
   background      : url(images/body_bg.jpg) 0px 286px repeat-x;
}

#header_top{
   position        : relative;
   top             : 0;
   width           : 100%;
   min-width       : 100%;
   min-height      : 30px;
   height          : 30px;
   border          : 0px;
   float           : none;
   margin          : 0 auto;
   background      : url(images/header_top_bg.jpg) repeat-x;
}
#header_main{
   position        : relative;
   top             : 0;
   width           : 100%;
   min-width       : 100%;
   min-height      : 255px;
   height          : 255px;
   border          : 0px;
   float           : none;
   margin          : 0 auto;
   background      : url(images/header_main_bg.jpg) repeat-x;
}
#footer, .push {
         height    : 27px; /* .push must be the same height as .footer */
         margin    : 0 auto;
}

