body {
overflow-x: hidden;
}

#logo_ciasteczka {
	width: 1100px;
	height: 119px;
	background-image: url(images/logo_ciasteczka.jpg);
	background-repeat: no-repeat;
}
.kreska_ciasteczka {
	width: 1100px;
	height: 5px;
	background-image: url(images/kreska_ciasteczka.jpg);
	background-repeat: no-repeat;
}
.logo_ciasteczka {
	padding: 36px 0px 0px 192px;
}
#tekst_ciasteczka {
	width: 1100px;
	height: 1100px;
	background-image: url(images/logo_ciasteczka.jpg);
}
#tekst_rodo {
	width: 1100px;
	height: 400px;
	background-image: url(images/logo_ciasteczka.jpg);
}
.tresc_ciasteczka {
width: 720px;
margin-left: auto;
margin-right: auto;
padding: 20px 0 0 0;
text-align: justify;
}

.ociasteczkach {
width: 1100px;
height: 45px;
background-image: url(images/ciasteczka_tlo.jpg);
font-family: arial, tahoma;
font-size: 11px;
color: #666;
margin-left: auto;
margin-right: auto;
padding: 15px 0 0 0;
text-align: center;
}
.ociasteczkach a:link, a:active, a:visited {
	text-decoration:none;
	font-size: 11px;
	color: #666;
}
.ociasteczkach a:hover {
	text-decoration:underline;
	color:#333;
}
.facebook {
position: fixed;
overflow: hidden;
width: 90px;
height: 60px;
top: 330px;
right: -30px;
padding: 0;
border-radius: 10px 0 0 10px;
border: 1px solid #d8d8d8;
box-shadow: 0 0 5px #e5e5e5;
transition: 0.2s transform ease-in-out;
z-index: 10;
}
.facebook:hover {
transform: translateX(-15px);
box-shadow: none;
}
.facebooklink {
    background: url("images/logo-facebook.png") no-repeat left top;
    display: inline-block;
    width: 90px;
    height: 60px;
}