/* General */
html, body {
  padding:0;
  margin:0;
  width:100%;
}
html {display:table;}
body {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  color:#3A362C;
  background: #2d8cec
}
#page {
  width:900px;
  height:629px;
  margin:0 auto;
  font-size:1px;
}
* html #page {
  position:absolute;
  top:expression((x=(document.documentElement.offsetHeight-this.offsetHeight)/2)<0?0:x+'px');
  margin-left:-450px; /* połowa szerokosci warstwy */
}

#h1 {
	float:left;
	width:41px;
	height:35px;
	background:url('../../images/layout1/h1.gif') no-repeat;
}
#h2 {
	float:left;
	width:818px;
	height:35px;
	background:url('../../images/layout1/h2.gif') repeat-x;
	text-align: left;
}
#h3 {
	float:left;
	width:41px;
	height:35px;
	background:url('../../images/layout1/h3.gif') no-repeat;
}
#h4 {
	float:left;
	width:41px;
	height:44px;
	background:url('../../images/layout1/h4.gif') no-repeat;
}
#h5 {
	float:left;
	width:818px;
	height:44px;
	background:url('../../images/layout1/h5.gif') repeat-x;
	text-align:left;
}
#h5a
{
	float:left;
	text-align:left;
}
#h5b
{
	float:left;
	text-align:right;
	font-size:12px;
	font-family:Tahoma;
}
#h5b a
{
	font-size:12px;
	font-family:Tahoma;
}


#h6 {
	float:left;
	width:41px;
	height:44px;
	background:url('../../images/layout1/h6.gif') no-repeat;
}
#center {
	float:left;
	width:900px;
	background:url('../../images/layout1/h7.gif') repeat-y;
}
#center2 {
	float:left;
	width:900px;
	background:url('../../images/layout1/h8.gif') repeat-y right;
}
#h7 {
	float:left;
	width:41px;
}
#content {
	float: left;
	text-align:left;
	padding-top:20px;
	width: 818px;
	background: url('../../images/layout1/c_bg.gif') #fff top repeat-x;
	font-family:tahoma;
	font-size:12px;
	color: #343537;
	position:relative;
}
#navigacja {
	width:15px;
	height:400px;
	position:absolute;
	top:0;
	right:-15px;
}
#navigacja img#up {
	position:absolute;
	top:5px;
	left:5px;
}

#navigacja img#down {
	position:absolute;
	bottom:5px;
	left:5px;
}
#h8 {
	float:left;
	width:41px;
}
#h9 {
	float:left;
	width:41px;
	height:39px;
	background:url('../../images/layout1/h9.gif') no-repeat;
}
#h10 {
	float:left;
	width:818px;
	height:39px;
	background:url('../../images/layout1/h10.gif') repeat-x;
	text-align: left;
}
#h11 {
	float:left;
	width:41px;
	height:39px;
	background:url('../../images/layout1/h11.gif') no-repeat;
}
#footer {
	font-family:tahoma;
	font-size:11px;
	color:#fff;
	float:right;
	padding-right:30px;
}