body {	
	background: black;
	font-family: SpecialElite;
	font-size: 16px;
	color:#000;
}

@font-face{
	font-family: 'SpecialElite';
	src: url('../fonty/SpecialElite.eot');
	src: local(' '), url('../fonty/SpecialElite.woff') format('woff'), url('../fonty/SpecialElite.ttf') format('truetype'), url('../fonty/SpecialElite.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

#pojemnik_global {
	position: relative;
	margin: 0 auto;
	width: 1140px;
	height: 900px;
	background-image:url(../img/galeria.jpg);
	background-size:100%;
	background-repeat:no-repeat;
}
#tlo {
	position:absolute;
	top:-100px;
	left:-150px;
	width:1440px;
	z-index:1;
}


#powrot {
	position:absolute;
	left: 120px;
	top: 688px;
	font-family: 'Pinyon Script', cursive;
	font-size: 60px;
	text-decoration:none;
	color:#F0D8B3;
	opacity: 0.4;
	z-index:3;
}


ul {
	padding:0;
	margin:0;
	list-style: none;
	display:block;
	position:relative;
	width:245px;
	top: 203px;
	left:402px;
	z-index:2;
}



a {
	text-decoration:none;
	color:rgba(255,255,255,1);
	}

.link{	
	display:block;
	height:110px;
	width:347px;
	background-color:#000;
	text-indent: 15px;
	font-size:20px;
	opacity:0.5;
	transition: all 0.4s ;
	-webkit-transition: all 0.4s ;
	
}

#galeria {
	position:relative;
	padding: 0px 70px 0px 80px;
	top:0px;	
	background-color:rgba(1,1,1,0.8);
	width: 1100px;
	height: 900px;
	
	}
#gal-powr {
	position:relative;
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	left:-80px;
	text-align:center;
	font-size:26px;
	color:rgba(255,255,255,1);
	}

#galeria img {
	display:block;
	float:left;
	padding:15px;
	max-height:110px;
	}