html, body  {
	 background: #007CC3; 
	 font-size: 13px; 
	 font-family:  arial,verdana, tahoma, helvetica, sans-serif;
	 text-align:center;
	 margin:0px;
	 padding:0px;
	 height:100%;
}

body *	{
	 margin: 0px; 
	 padding: 0px; 
}

img  {
	border: 0px;
}
h1 {
	text-align:center;
	font-size:18px;
	margin-bottom:20px;
}
p {
	line-height:18px;
	text-align:justify;
}

#content {
	position:relative;
	width:100%;
	min-height:100%;
	background:#C3E0F1 url('gfx/tlo_bottom.png') repeat-x bottom;
}

#top {
	position:relative;
	margin:auto;
	height:190px;
	width: 100%;
	background:#FFF;
	border-top:7px solid #F39325; 
}
#naglowek {
	position:relative;
	margin:auto;
	width:870px;
	border:0px solid black;
	padding-top:40px;
}
#logo {
	float:left;
	width: 335px;
	padding-top:10px;
}
#tekst{
	float:right;
	width: 500px;
	border:0px solid black;
}

#site {
	width:100%;
	height:596px;
	background:url('gfx/tlo_site.png') repeat-x top;
	margin-bottom:7px;
	text-align:center;
}

#foot {
	position:relative;
	margin:auto;
	width: 500px;
	text-align:center;
	border-top:1px dotted #FFF;
	padding-top:30px;
	font-size:12px;
}
