* {
	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 */
   color           : #000;
   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(images/background.jpg) top center no-repeat;
}
#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 -53px;
}

#header_main{
   position        : relative;
   top             : 0;
   width           : 800px;
   min-width       : 800px;
   min-height      : 242px;
   height          : 242px;
   border          : 0px;
   float           : none;
   margin          : 0 auto;
}
#footer, .push {
         height    : 53px; /* .push must be the same height as .footer */
         margin    : 0 auto;
}

