*{
margin: 0;
padding: 0;
}
body {
	background: #000 url('img/deska-index22.jpg') no-repeat 50% 0;
	font-family: Georgia;
}
#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding-top: 550px;
}
#content {
	width: 800px;
	margin: 0 auto;
}
h1 {
	color: #B08B69;
	font-size: 14px;
}
h2 {
	color: #B08B69;
	font-size: 12px;
	display: inline;
}
p, #content li {
	color: #C5AA91;
	font-weight: normal;
	font-size: 12px;
	width: 700px;
	margin: 3px;
}
#content li {
	list-style: inside;
}
#menu {
	position: absolute;
	top: 0;
	left: 220px;
	width: 600px;
}
#menu li {
	float: left;
	margin: 25px;
	list-style: none;
	position: relative;
}
#menu a {
	display: block;
	width: 83px;
	height: 22px;
}
#menu a:hover {
	background-position: 0 -100%;
}
a#o-firmie {
	background: url('img/o-firmie.gif')
}
a#oferta {
	background: url('img/oferta.gif');
}
a#kontakt {
	background: url('img/kontakt.gif');
}
#menu li ul {
	position: absolute;
	left: -10px;
	top: 22px;
	display: none;
	width: 129px;
	padding-top: 5px;
}
#menu li ul a {
	width: 129px;
	float: none;
}
#menu li li {
	margin: 0;
}
a#podlogi {
	background: url('img/podlogi.gif');
	height: 37px;
}
a#drzwi {
	background: url('img/drzwi.gif');
	height: 32px;
}
a#realizacje {
	background: url('img/realizacje.gif');
	height: 31px;
}
#menu li:hover ul, #menu li.over ul {
	display: block;
}
a span {
	display: none;
}
p#s4n {
	position: relative;
	text-align: center;
	padding-top: 80px;
	width: 100%;
}
p#s4n a {
	color: #C5AA91;
}
#s4n img {
	border: none;
	position: absolute;
	right: 2px;
	bottom: -10px;
}