html, body, #nosnik {
	height:100%;
	width:100%;
	margin:0;
	border:0;
	padding:0;
	background:#000000;
}


body
{
	display:table;
}


p {
   text-indent:30px;
   font-family:verdana, sans-serif;
	color:#ddd;
	font-size:14px;
	line-height:22px;
}


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:470px;
	margin:0 auto;
}

#flash {
	position:relative;
	top:0;
	left:0;
	height:470px;
	width:770px;
}

#lewy_margines {
	position:absolute;
	left:0;
	width:50%;
	height:470px;
	background:#000;	
	background:url('gfx/intro_l_m.gif');	
}

#prawy_margines {
	position:absolute;
	right:0;
	width:50%;
	height:470px;
	background:url('gfx/intro_p_m.gif');	
}

#dolny_margines {
	width:770px;
	height:50%;
 	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-385px;
}

#gorny_margines {
	width:770px;
	height:50%;
 	position:absolute;
	top:0;
	left:50%;
	margin-left:-385px;
	background:url('gfx/intro_g_m.gif');	
}

#low_menu {
	position:absolute;
	bottom:2px;
	width:770px;
	text-align:center;
	font-family:verdana, sans-serif;
	color:#eee;
	font-size:10px;
}

#low_menu a {
	font-family:verdana, sans-serif;
	color:#bbb;
	font-size:10px;
	text-decoration:none;
}

#low_menu a.copy {
	color:#274095;
}
	
#low_menu a:hover {
	font-family:verdana, sans-serif;
	color:#F00;
	font-size:10px;
	text-decoration:none;
	}	
