html {
	background: url('1.png');
}

body {
	text-align: center;
}

#pojemnik {
	width: 776px;
	margin: 0 auto;
}

#menu {
	padding: 0;
	margin-top: 10px;
}

#menu em a {
  float: left;
	display: block;
	width: 400px;
	height: 160px;
	text-indent: -5000px;
}

#menu #logo {
	background: url('image/logo.png') no-repeat;
}


#menu #home {
	background: url('image/home.png') no-repeat;
	width: 60px;
}
#menu #home:hover {
	background: url('image/home-on.png') no-repeat;
	width: 60px;
}


#menu #portfolio {
	background: url('image/portfolio.png') no-repeat;
	width: 98px;
}
#menu #portfolio:hover {
	background: url('image/portfolio-on.png') no-repeat;
	width: 98px;
}


#menu #products {
	background: url('image/products.png') no-repeat;
	width: 93px;
}
#menu #products:hover {
	background: url('image/products-on.png') no-repeat;
	width: 93px;
}


#menu #contact-us {
	background: url('image/contact-us.png') no-repeat;
	width: 124px;
}
#menu #contact-us:hover {
	background: url('image/contact-us-on.png') no-repeat;
	width: 124px;
}

#tresc {
	width: 776px;
	height: 350px;
	background-color: rgb(255,204,0);
	margin: 15px 0 15px 0;
	float: right;
}

#tresc-products {
	width: 776px;
	background-color: rgb(255,204,0);
	margin: 15px 0 15px 0;
	float: right;
}

#tresc p {
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 70%;
	padding: 0 7px 7px 7px;
	margin: 30px 0 0 0;
	text-align: justify;
}

#tresc-products p {
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 70%;
	padding: 0 7px 7px 7px;
	margin: 30px 0 0 0;
	text-align: justify;
}

h2 {
	font-family: Garamond, serif;
	color: rgb(43,23,0);
	text-align: center;
	margin-top: 6px;
	margin-bottom: 0px;
}

#tresc .cross {
	text-align: center;
	font-size: 70%;
}

#tresc em {
  font-style: normal;
	font-size: 250%;
	font-weight: bold;
	color: red;
}

#tresc big {
	font-size: 250%;
}

#tresc small {
	font-size: 150%;
}

#stopka {
  clear: both;
	width: 776px;
	height: 26px;
	background-color: rgb(43,23,0);
}

#stopka p {
	font-family: Verdana, sans-serif;
	font-size: 55%;
	color: white;
	text-align: center;
	margin-top: 7px;
}

.prawo-contact {
	float: right;
	margin-top: 100px;
	margin-right: 30px;
}

.lewo-products {
	float: right;
	margin: -260px 260px 0 0;
}

a, a:link, a:hover, a:active, a:visited {
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 95%;
}
