html, body {
 	background-color: #F5A127;
 	font-family: Arial;
  	font-size: 11pt;
	margin-left: auto;
	margin-right: auto;
  	margin 0;
  	padding: 0;
  	color: #000;
        background-position: center;

}
body {
 text-align: center;
}
div {
 border: 0px solid; width: 50%;
 text-align: left;
 margin: 0 auto 0 auto; /* można zapisać krócej: margin: 0 auto; */
}



a:link, a:visited, a:hover, a:active {
  color: #013368;
  text-decoration: none;
}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul a:link, ul a:visited {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 3px 20px;
	font-weight: bold;
	text-align: right;
	

	background-repeat: no-repeat;
	background-position: center right;
}

ul li.current a:link, ul li.current a:visited {
	display: block;
	text-decoration: none;
	background-image: url('img/bluedot.gif');
	color: #013368;
	padding: 13px 24px;

	text-align: right;
	font-weight: bold;

	background-repeat: no-repeat;
	background-position: center right;
}

ul a:hover {
	background-image: url('img/bluedot.gif');
	color: #013368;
}

p.info {
	margin-left: 20px;
	margin-top: 70px;
}

#top {
  width: 960px;
  height:1400px;

  background-repeat: no-repeat;


  margin-right: auto ;
  margin-left: auto ;

}


#MENU {
	width: 158px;
	float: left;
	overflow: hidden;
	margin-left: 0px;
	margin-top: 180px;
}

#TRESC {
	width: 450px;
	position: relative;
	overflow: hidden;
	font-size: 9pt;

	color: #013368;

	top: 175px;
	left: 335px;
	margin-left:-100px;
}
#TRESC2 {
	width: 450px;
	position: relative;
	overflow: hidden;
	font-size: 9pt;

	color: #013368;

	top: 10px;
	left: 10px;
	
}
