html, body {
	
	background-image: url('images/bg.jpg');
	background-attachment: fixed;
	color: #000;
	margin: 0;
	padding: 0 
}
	
	a:link { color: black; text-decoration: none; font-weight: bold; } 
	a:visited { color: black; text-decoration: none; font-weight: bold; } 
	a:hover { color: red; text-decoration: underline; font-weight: bold; } 
	td {font: 10pt verdana}




#top {
	width: 780px;
}

#NAGLOWEK {
	
	height: 307px;
	text-align: left
}


#TRESC {
	width: 624px;
	
	overflow: hidden;
	background-color: #fff2a7;
}

#STOPKA {
	clear: both;
	width: 150px;
	background-color: #fff2a7;
}