html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #111;
	color: #cccccc;
	margin: 0;
	padding: 5px;
}

#top {
	width: 1004px;
	background-color: #000;
	background-position: top;
	background-image:url(../images/background_przeglad_ciemny_800.jpg); 
	background-attachment: fixed; 
	background-repeat: no-repeat;
}

#NAGLOWEK {


}


#TRESC {
	width: 990px;
	float: left;
	overflow: hidden;
	padding: 7px;
}

#STOPKA {
	clear: both;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;

}


img {
	border-width: 0px;
	border-color: #ffffff;
	border-style: solid;
}


a:link {
	color: #0099ff;
	text-decoration:none;
}

a:visited {
	color: #0099ff;
	text-decoration:none;
}

a:active {
	color: #0099ff;
	background-color: 0099ff;
	text-decoration:none;
}

a:hover {
	color: #0099ff;
	text-decoration:none;
}



