#navcontainer
{
	width: 150px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 120px;
	background-color: #333333;
	border-bottom: 1px solid #eeeeee;
}

#navcontainer a:link, #navlist a:visited
{
	color: #eeeeee;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #666666;
	color: #eee;
}

#tresc
{
	width: 590px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#wycentrowanie
{
	position: relative;
	top: 10px;
}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}