
html {
background: #FFFFFF url('gfx/tlo_v.jpg') no-repeat;;
}

body {
	height: auto;
	margin: 0;
	padding: 0;
	font: 15px Curier New, Helvetica, sans-serif;
    }
	
#pojemnik {
	width: 808px;
	margin: auto;
	margin-top: 30px;
	background: #0479CE url('gfx/tlo_v2.jpg') no-repeat;
	border-right: 1px white solid;
	border-left: 1px white solid;
}
	
#tresc {
	height: auto;
	color: black;
	padding: 0px 20px 0px 50px;
    }
	
#promo {
	margin-left: 0px;
	margin-top: 30px;
	}
    
#header {
    width: 100%;
	height: 240px;
    background: url('gfx/polary-firmowe_2.jpg') no-repeat;
	background-position: center;
    }
	
#metka {
	width: 42px;
	height: 104px;
	margin-left: 802px;
	margin-bottom: 70px;
	background: url('gfx/polartec_logo.gif') no-repeat;
}

#nitka {
	width: 4px;
	height: 10px;
	margin-left: 800px;
	background: red;
	}
    
#nav {
	width: 808px;
	height: 30px;
	background: dimgray;

	}
#nav ul {
	margin: 0;
	padding: 5px 10px;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	}
#nav ul li {
	display: inline;
	height: auto;
	list-style: none;
	}
#nav ul li a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding: 8px 10px;
	}
#nav ul li a:hover {
	background: #fff;
	color: red;
	text-decoration: none;
	}

#footer {
    width: 802px;
    height: auto;
	color: white;
	padding: 3px;
    background: dimgray;
	margin-bottom: 20px;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
    clear: both;
    text-align: center;
    }
	
	a {
	color: white;
	text-decoration: none;
	}
	
	a:hover{
	text-decoration: underline;
	}
	a:visited {
	color: white;
	}
	img {
	float: right;
	margin: 0px 0px 15px 20px;
	}
	
	h1 {
	color: white;
	}
	
	h2 {
	color: white;
	}
	h3 {
	color: white;
	}
	
	p {
	text-indent: 20px;
	text-align: justify;
	}
	b {
	color: white;
	font-weight: normal;
	}