body{
	background:#151515 url(../images/bg.jpg) no-repeat top center fixed;
	margin:0; 
	padding:0; 
	font-family:Arial, Helvetica, sans-serif; 
}

.pds{
	margin:auto; 
	width:1000px; 
	position:relative;
}
.bg2{
	background: url(../images/bg2.png) repeat-x; 
	position: absolute; 
	width: 100%;
	height: 520px;
}



.s-1{
	float:left; 
	width:660px;
	padding: 5px 20px;
	font-size: 14px; 
	line-height: 22px; 
	color: #fff; 
	background: url(../images/sbg.png);
	text-shadow: 1px 1px 2px #000;
}
.s-2{
	float:right; 
	width:282px; 
	font-size: 12px; 
	line-height: 19px;
	color: #fff; 
	background: url(../images/sbg.png);
	text-shadow: 1px 1px 2px #000;
	padding: 5px 0px;
}

.t2{
	position: relative; 
	height: 275px;
}

.animacja{
	width: 598px; 
	height: 230px; 
	position: absolute; 
	top: 17px;
	left: 198px; 
}

.menu{
	background: url(../images/m.png) no-repeat; 
	height: 61px;
	padding: 8px 10px 0px 10px;
}
.menu li{ float: left; display: inline-block; background: url(../images/sep.gif) no-repeat right center;  }
.menu a{
	font-family: "Existance Light"; 
	font-size: 18px; 
	color: #fff; 
	text-decoration: none;
	display: inline-block; 
	font-weight: 300; 
	padding: 15px 20px; 
}
.menu a:hover{
	color: #42D3FC;
}
.menu li:last-child { background: none; }

h1{
	font-family: "Existance Light"; 
	font-weight: 300; 
	font-size: 24px;
	color:#42D3FC ;
}

.mng{
	text-align: right; 
	padding: 10px;
	border-bottom: 3px solid #42D3FC;
	font-family: "Existance Light"; 
	font-weight: 300; 
	font-size: 20px;
}
.mtxt{
	padding: 5px 10px;
}

.f{
	background: url(../images/stopka.png) no-repeat left center; 
	padding: 15px 10px 15px 120px; 
	color: #C1C1C1;	
	font-size: 12px;
}

.f a{color: #C1C1C1;	}



#gallery {
	padding: 5px;
}
#gallery ul {
	list-style: none;
	margin:0;
	padding:0;
}
#gallery ul li {
	display: inline-block;
	padding: 10px 18px;
}
#gallery ul li a {
	padding:8px;
	background:#525252;
	text-decoration:none;
	display:inline-block;
	
}
#gallery ul li a:hover{
	background: #42D3FC;
	
}



.both{ clear:both; } 
img{ border:0;}
ul{ margin:0; padding:0; list-style:none; } 
.center{ text-align: center; }
