* {
margin: 0;
padding: 0; 
}

body {
background: #111;
color: #c9d0a4;
font-family: 'Panefresco250wtRegular';
font-size: 16px;
line-height: 170%;
}

	/* general #1 */

#content {
margin: 0 auto;
width: 1000px;
}

a {
color: #c9d0a4;
font-weight: bold;
text-decoration: none;
}

	/* top */

#logo {
background: url('logo.png') no-repeat;
float: left;
height: 432px;
width: 434px;
}

#opis {
float: right;
padding: 50px 15px;
width: 530px;
}

#opis p {
padding: 10px;
}

	/* nawigacja */

#nawigacja li {
display: inline-block;
list-style-type: none;
margin: 0 5px;
text-align: center;
width: 150px;
}

#nawigacja ul {
margin: 20px auto;
width: 850px;
}

	/* main */

#main {
text-align: center;
}

	/* gallery */

	#szablony {
	background: #699106;
	}

.others img, .logos img {
background: #efefef;
margin: 20px;
}

		.websites a {
		background: url('gallery.png') no-repeat;
		display: inline-block;
		height: 434px;
		margin: 10px;
		opacity: 0.4;
		-webkit-transition:all 1.0s ease-in-out;
		-moz-transition:all 1.0s ease-in-out;
		-o-transition:all 1.0s ease-in-out;
		-ms-transition:all 1.0s ease-in-out;		
		transition:all 1.0s ease-in-out;
		width: 452px;
		}

			.websites a:hover {
			opacity: 1;
			}

		.websites a img {
		padding-top: 68px;
		padding-left: 1px;
		}

		.websites {
		margin-bottom: 100px;
		}

	#loga {
	background: #ab7906;
	}

	#www {
	background: #782c2d;
	}

	#ikony {
	background: #44235a;
	}

	#inne {
	background: #24405a;
	}

h1 {
font-family: 'LokiColaRegular';
font-size: 55px;
font-weight: normal;
padding: 20px;
}


footer {
background: #222;
text-align: center;
padding: 10px;
}

.clear {
clear: both;
}

