
/* Główne ustawienia body, wycentrowanie */

html { 
	min-width: 790px;
	 }
body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background: #467103;
/* 	background: #669966; */
	color: #3F444D;
	font: 11px Verdana, Helvetica, sans-serif;
	}

#slo{
 	text-align:left;
 	width: 100%;
 	height: 70px;
 	background: url('../img/bgtop.gif') repeat-x top;
}	
#global{
 	width: 100%; 
 	height: 500px;
 	text-align:center;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto; 	
	border: 0;
}


#menu{
 	width: 100%; 
	height: 35px;
	background: #95CB07;
	color: #4A6F4A;
 	text-align: center;
}
a{
color: #FFFF00;
text-decoration: none;
}
a:hover{
color: #FFFF00;
text-decoration: underline;
}
