.wrapper{
   margin: 0px auto;
   width: 800px;
   background-color: #000

}
.header{
   float: left;
   width: 100%;
   height: 150px;
   background-image: url(images/header.jpg); 
   background-repeat: no-repeat;

}
.content{
   float: left;
   width: 100%;
   height: 950px;
	background-image: url(images/content.jpg); 
	background-repeat: no-repeat;

}
.footer{
   float: left;
   width: 100%;
   height: 350px;
   
background-image: url(images/chlopaki.jpg); 
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
body {
   padding: 0px;
   margin: 0px;
   font-size: 90%;
   background-color: #000
}



IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
		
		 }




/* Galeria produktow starts here */

.gallerycontainer	{
			position: relative;
			margin-left: 20px;
			}

.thumbnail img	{
			border: 1px solid white;
			margin: 0 5px 5px 0;
			}

.thumbnail:hover	{
			background-color: transparent;
			}

.thumbnail:hover img	{
				border: 1px solid #000;
				}
.thumbnail span	{ /*CSS for enlarged image*/
			position: absolute;
			background-color: #FFFFE0;
			padding: 5px;
			left: -1000px;
			border: 1px dashed gray;
			visibility: hidden;
			color: black;
			text-decoration: none;
			}

.thumbnail span img	{ /*CSS for enlarged image*/
				border-width: 0;
				padding: 2px;
				}


.thumbnail:hover span	{ /*CSS for enlarged image*/
				visibility: visible;
				top: 120;
				left: 400px; /*zmiana pozycji horyzontalnie*/
				z-index: 50;
				}


/* Galeria produktow ends here */


p	{
	margin: 5px 20px 5px 20px;
	text-align: justify;
	font-family: Verdana, Arial, Helv, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #cccccc;
	}