* {
	padding: 0;
	margin: 0;
	}
h1, h2, h3, h4, h5, h6, p, blockquote, cite, label, ul, ol, dl, address {
	margin: 1em 5%;
	}

li, dd { 
	margin-left: 0;
	}

/* the above is the Fluid Global White Space Reset taken from leftjustified.net - thanks a lot */

body {
	font-size: 100%;
	line-height: 1.5em;
	text-align: left;
	color: #777;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #000;
	margin: 40px 10% 0 10%;
	}

/* Typography */
h1 {
	font-weight: normal;
	font-size: 1.5em;
	margin: 2em 0 1em 0;
	}
h2 {
	font-weight: bold;
	font-size: 1em;
	margin: 1em 0;
	}
p {
	margin: 1em 0;
	width: 50%;
	}
cite {
	font-size: .8em;
	margin-right: 50%;
	color: #555;
	}
/* Links */
a {
	color: #fff;
	text-decoration: underline;
	}
a:hover {
	color: #0cf;
	}
	
/* Divs */

#logo {
	margin: 0;
	}
#logo img {
	border: 1px #777 solid;
	}
	
#nav {
	list-style-type: none;
	text-align: right;
	margin: 1em 0;
	}
#nav li {
	margin: 0 1em;
	display: inline;
	color: #000;
	}
#nav li em {
	padding: .15em 1%;
	background: #fff700;
	font-style: normal;
	}
#nav li a {
	text-decoration: none;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: .1em;
	padding-bottom: .1em;
	}
#nav li a:hover {
	text-decoration: none;
	color: #000;
	background-color: #0cf;
	}

#content {
	}
.main {
	background: url(../images/panienka.jpg) top right no-repeat;
	}
.works {
	/* background: url(../images/pso-ptak.jpg) top right no-repeat; */
	}
.opinions {
	background: url(../images/bg-pies.jpg) top right no-repeat;
	}
.contact {
	background: url(../images/bg-designers.jpg) top right no-repeat;
	}
.gallery {
	list-style: none;
	}
	.gallery img {
		margin-bottom:20px;}
.hidden {
	display: none;
	}

#footer {
	text-align: center;
	font-size: .8em;
	color: #fff;
	padding: 2em 0;
	margin: 3em 0;
	border-top: 1px #fff700 solid;
	width: 100%;
	}
