body {
	background-attachment: fixed;
	background-image: url(grafika/pattern.gif);
	background-repeat: repeat;
	background-color: #52AB1F;
	color: #EFEFEF;
}


.calosc {
	width: 1000px;
	position: absolute;
	left: 10%;
	border: 1px solid #999999;
	background-image: url(grafika/bg_prawe.gif);
	font-family: verdana;
	font-size: small;
	color: #FFFFFF;
}


.top {
	width:1000px;
	height:282px;
}

.zawartosc {
	position: relative;
	top: 0px;
	width:765px;
	background-image: url(grafika/bg_srodek_1.jpg);
	background-color: #0D3A01;
	padding: 10px;
	float: left;
	color: #FFFFFF;
	line-height: 1.3;
	background-repeat: no-repeat;
}

.prawa {
	float: right;
	width: 190px;
	padding: 10px;
	height: auto;
	
}

.tekst {
	color: #EFEFEF;
	font-size: 12px;
	
}

a { color:#FFFFAA; 
	text-decoration: underline;
}	

a:hover { color:#FFFF00;
}

