body {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: medium;
	background-color: #f4f4f4;
	padding-top: 0px;
	background-image: url(bg.jpg);
	background-position: inherit;
	background-attachment: fixed;
	}
	
a {
	color: #a6a6a6;
	font-size: 9px; 
	text-decoration: none;
	
}
a:hover {
	color: red;
	font-size: 9px; 
		text-decoration: none;
}
a:active {
	color: silver;
	font-size: 9px; 
		text-decoration: none;
}
#glowna {
	font-size: 11px;
	position:relative;	
	width:900px;
	left:50%;
	margin-left:-450px;
}
#stopka {
	font-size: 11px;
	color:#999999;
	position:relative;	
	width:700px;
	left:50%;
	margin-left:-350px;
}

