html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #111;
	color: #cccccc;
	margin: 0;
	padding: 5px;

}

#top {
	width: 1004px;
	background-color: #000;
}

#NAGLOWEK {

	background-color: #000;
}

#MENU {
	width: 160px;
	float: left;
	overflow: hidden;
	background-color: #000;
}

#PION {
	width: 1px;
	height: 550px;
	float: left;
	overflow: hidden;
	background-color: #fff;
}



#TRESC {
	width: 833px;
	float: left;
	overflow: hidden;
	background-color: #000;
	padding: 5px;
}

#FACEBOOK {
	text-align: RIGHT;


}


#STOPKA {
	clear: both;
	width: 100%;
	background-color: #000;
	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;
}



