#page {
  background: #340061 url('/static/img/layout/bg_page.gif') top left repeat-x;
  margin: 0px;
  }
/******************* naglowek strony ********************/
#bg_header {
  background: transparent url('/static/img/layout/bg_header.jpg') top center no-repeat;
  }
#header {
  clear: both;
  width: 990px;
  height: 158px;
  margin: auto;
  background: transparent;
  }
/******************* tresc strony ***********************/
#page_content {
  clear: both;
  width: 990px;
  margin: auto;
  overflow: hidden;
  padding-bottom: 10px;
  }
#content_left {
  width: 729px;
  float: left;
  display: inline;
  }
#content_right {
  width: 255px;
  float: right;
  display: inline;
  }
/******************* stopka ***********************/
#bg_footer {
  background: #1e0040 url('/static/img/layout/bg_footer.gif') top left repeat-x;
  }
#footer {
  width: 990px;
  margin: auto;
  background: transparent;
  }
/******************* warstwy ***********************/
div#background_layer {
  background: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index:2000;
  }
div#background_loader {
  z-index:2001;
  background:url('/static/img/loader.gif') center center no-repeat;
  width: 150px;
  height: 150px;
  }
/******************* chmurka alt ******************/
div#altid {
	z-index:2020;
	border:1px solid #ffffff;
	color:#ffffff;
	background: #340061;
	padding: 5px 10px;
	width: 400px;
	margin-left:-210px;
	margin-top:25px;
}
#content_left div.helperheader {
	height:20px;
	padding:10px 0px;
}

