
    html, body {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      text-align: center;
    }
    h2{
  color: #5fa223;
  font-size: 1.1em;
  font-weight: normal;
}
    #page {
      position: relative;
      width: 600px;
      min-height: 100%;
      margin: 0 auto;
      border: 1px solid #f1f1f1;
      background-color: #fff;
    }
    #pagein {
      padding-top: 188px;
      text-align: left;
    }
    #header {
      width: 600px;
      height: 188px;
      padding:2px;
      background-color: #f1f1f1;
    }
    #footer {
      position: absolute;
      width: 600px;
      height: 40px;
      bottom: 0;
      left: 0;
      background-color: #f1f1f1;
      text-align:center;
      text-decoration:none;
    }
    #content {
      padding: 10px 2em 50px 2em;
    }
    p {
      margin: 0.5em 0;
    }

    /* Netscape 4, IE 4.x-5.0/Win a dal�í ni��í prohlí�eče budou pou�ívat toto. */
    #header {
      position: absolute;
      top: 0px;
      left: 0px;
    }

    /* pou�ívají Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
    div#pagein > div#header {
      position: fixed;
      top: 0px;
      left: auto;
    }        

	