html, body {
  margin: 0; padding: 0;
  }
body {
  min-width: 976px;
  text-align: center;
  background: #CEDFDE url( "/images/bg.gif" ) repeat-y 50% 0;
  }
div#page {
  width: 976px;
  margin: 0 auto;
  text-align: left;
  background: url( "/images/bg_bottom.gif" ) no-repeat 0 100%;
  }
div#header {
  position: relative;
  height: 225px;
  margin: 0;
  background: #EFF7FF url( "/images/bg_header.jpg" ) no-repeat top left;
  }
div#header h1 {
  position: absolute; left: 154px; top: 12px;
  width: 429px; height: 99px;
  margin: 0; padding: 0;
  background-image: url( "/images/logo.gif" );
  }
div#header h1 a {
  display: block;
  width: 250px;
  height: 65px;
  }
div#header h1 a span {
  display: none;
  }  
div#header h1.en {
  background-image: url( "/images/logo_en.gif" );
  }
img#logo_akredytacja {
  position: absolute; left: 420px; top: 50px;
  }
img#iso {
  position: absolute;
  right: 20px; top: 50px;
  }
div#search_form {
  position: absolute;
  right: 20px; top: 120px;
  }
ul#help_nav {
  position: absolute;
  right: 20px; top: 10px;
  margin: 0; padding: 0;
  }
ul#help_nav li {
  list-style: none;
  display: inline;
  margin: 0 5px;
  color: #999;
  font-size: 85%;
  }
#bip_logo {
  position: absolute;
  right: 10px; top: 40px;
  }
#english {
  position: absolute;
  bottom: 40px;
  right: 20px;
  background: url( '/images/english_flag.gif' ) 5px center no-repeat;
  height: 20px;
  padding: 0 5px 0 27px;
  color: #F00;
  font-weight: bold;
  }

div#navigation {
  position: absolute;
  bottom: 2.5em;
  }
div#crumbs_container {
  position: absolute;
  bottom: 0;
  clear: both;
  height: 1.5em;
  width: 962px;
  padding: .5em;
  background-color: #294152;
  }
div#sidebar {
  float: left; clear: left;
  width: 210px;
  background-color: #849EB5;
  border-bottom: 2px solid #FFF;
  }
div#content_container {
  float: right; clear: right;
  width: 766px;
  background-color: #EFF7FF;
  }
div#content {
  padding: 20px;
  }
div#search_form {
  text-align: right;
  }

div#footer {
  clear: both;
  padding: 5px;
  background-color: #FFF;
  }
div#footer p {
  font-size: 85%;
  }