html, body, #nosnik
{
	height:100%;
	width:100%;
	margin:0;
	border:0;
	padding:0;
	background:#fff;
}

body
{
	display:table;
}

body>#nosnik
{
	display:table-cell;
	vertical-align:middle;
}

* html #nosnik
{
	position:relative;
	height:auto;
	width:100%;
	text-align:center;
	top:expression((document.documentElement.offsetHeight-this.offsetHeight)/2<0?0:(document.documentElement.offsetHeight-this.offsetHeight)/2+'px');
}


#glowna
{
	width:770px;
	height:450px;
	margin:0 auto;
	text-align:left;
	z-index:100;

}


#ind_all
{	position:relative;
	top:0px;
	left:0;
	width:770px;
	height:450px;
	display:block;
}

#lewy_margines
{
	position:absolute;
	left:0;
	width:50%;
	height:450px;
	background:url('gfx/ind_l_bg.gif');	
}

#prawy_margines
{
	position:absolute;
	z_index:0;
	right:0;
	width:50%;
	height:450px;
	background:url('gfx/ind_r_bg.gif');	
}

#dolny_margines
{
 	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:50%;
	background:#FE6D14;
}

#lowtab {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	text-align:center;
	}

#low_menu {
	position:relative;
	bottom:0px;
	width:100%;
	text-align:center;
	z-index:100;
	}

#low_menu a {
	font-family:verdana, sans-serif;
	color:#555;
	font-size:10px;
	text-decoration:none;
	}

#low_menu a.copy {
	font-family:verdana, sans-serif;
	color:#333;
	font-size:10px;
	text-decoration:none;
	}	
	
#low_menu a:hover {
	font-family:verdana, sans-serif;
	color:#000;
	font-size:10px;
	text-decoration:none;
	}	
