body{
	background-color:#fff;
	background-image:url("../img/bg.jpg");
	background-repeat:repeat-x;
}
.container{
	width:100%;
	height:auto;
	margin: 0 auto;
	text-align:center;
}
.header{
	position:relative;
	padding-top:50px;
	padding-bottom:100px;
	font: 34px/44px  Arial, Helvetica, sans-serif;
	color:#fff;
	max-width:960px;
	margin: 0 auto;
	line-height:40px/60px;
	/* text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.8); */
}
.wrapper{
	text-align: center;
	max-width:960px;
	margin:0 auto;
}
.stopka{
	text-align: center;

	max-width:960px;
	margin:0 auto;
	font: 12px/24  Arial, Helvetica, sans-serif;
	color:#B30000;
	text-decoration:none;
	line-height:25px;
	text-shadow: 0px 0px #000;
}
a{
	text-decoration:none;
	color:inherit;
}
.shadow{

height:auto;
	 -webkit-filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, 0.8));
            filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, 0.8) ); /*
}