body
	{
		margin: 0;
		padding: 0;
	}
p, ul
	{
		margin: 5px 0;
	}

#all
	{
		width: 870px;
		margin: 0 auto;
		background: #969696;
		font-family: tahoma, verdana, arial;
		font-size: 12px;
		color: #000;
	}
#top
	{
		height: 270px;
		padding: 0 12px 0 8px;
	}
#main_t
	{
		width:	870px;
		height: 10px;
		background: url(gfx/main_t.png);
		font-size: 2px;
	}
#main_m
	{
		width:	790px;
		min-height: 380px;
		padding: 10px 40px;
		background: url(gfx/main_m.png);
	}	
#main_b
	{
		width:	870px;
		height: 10px;
		background: url(gfx/main_b.png);
		font-size: 2px;
	}
#footer
	{
		background:;
		margin:15px 21px 20px;
		padding: 0 0 10px 0;
		width:833px;
		color: #e3e3e3;
		text-align: center;
	}
h1
	{
		margin: 0 10px 5px;
	}
a
	{
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
a:hover
	{
		text-decoration: underline;
	}
.left
	{
		float: left;
		width: 385px; 
		text-align: justify;
	}
.right
	{
		float: right;
		width: 385px; 
	}	
.right > div
	{
		text-align: center;
		margin-top: 70px;
	}
.right #rzetelna
{
    display: block;
    margin: 20px auto;
    width: 180px;
}
.right #rzetelna img
{
    border: none;
}
