.body {
  background-attachment: fixed;
  font-family: arial, helvetica;
  font-size: 12px;   
  background: black;
  margin: 0px auto; 
  scrollbar-arrow-color: orange; 
  scrollbar-base-color: rgb(40,40,40); 
  scrollbar-track-color: rgb(40,40,40); 
  scrollbar-highlight-color: rgb(40,40,40); 
  scrollbar-shadow-color: gray;  
}

#strona{ 
  position: relative;
  top: 20px; 
	width: 775px;
	height: 580px;
  margin: 0px auto;    
	color: black;
	border: 0px solid red;  
}
#logo {
  position: relative;
  top: 5px;
  left: 25px;
  border: 0px solid blue;
}
#wallstr{ 
  position: absolute;
  top: 97px;
	background-image: url('../grafika/wallstr.jpg'); 
  /* background-attachment: fixed; */ 
	width: 773px;
	height: 380px; 
  margin: 0px auto;
  overflow-y: scroll; 
	border: 0px solid yellow;
}
#blok_tresc {
  position: relative;
  top: 20px;
  left: 20px;
  margin-bottom: 20px;
  width: 440px; 
  font-size: 10px;
  border: 0px solid blue;
}
#blok_menu {
  position: absolute;
  top: 80px;
  left: 200px;
  border: 0px solid blue;
}
#personal {
  position: absolute;
  top: 480px;
  border: 0px solid blue;
  
}
a {
  color: black;
}
a:hover {
  color: #ffd200;
}
#elem_menu { 
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  line-height: 15px;
  background: rgb(127,127,127); 
	color: black;
	font-size: 11px;
	font-weight: bold;
  margin-left: 2px;
  width: 120px;
  height: 15px; 
  text-align: center;
	text-decoration: none;
	border: 0px green solid;
}
#elem_menu:hover { 
  line-height: 15px;
  height: 15px; 
  background: rgb(255,209,0); 
	border: 0px red solid; 
}
#elem_menu_on { 
  position: relative;
  top: -5px; 
  left: 0px;
  float: left;
  line-height: 20px;
  height: 20px;
  background: rgb(255,209,0);
	color: black;
	font-size: 11px;
	font-weight: bold;
  margin-left: 2px;
  width: 120px;  
  text-align: center;
	text-decoration: none;
	border: 0px green solid;
} 
#przydatne_linki { 
  position: absolute;
  top: 480px;
  left: 200px;
  float: left;
  line-height: 13px;
  background: rgb(255,209,0); 
	color: black;
	font-size: 10px;
	font-weight: bold;
  margin-left: 2px;
  width: 120px;
  height: 15px; 
	text-align: center;
	border: 0px green solid;
}
#link {       
  position: aboslute;
  top: 0px;
  left: 0px;
	color: rgb(255,209,0);
	font-size: 10px;
	text-decoration: none;
	border: 0px green solid;  
}
#mini_kreska { 
  position: absolute;
  top: 480px;
  left: 330px;
  color: white; 
	border: 0px green solid; 
}
#stopka { 
  position: absolute;
  top: 510px;
  left: 200px; 
  width: 100%;
  border: 0px white solid;
  font-size: 9px; 
  color: white;
}
#stopka_mail {
	color: rgb(255,209,0);
	font-size: 10px;
	text-decoration: none;
	border: 0px green solid;
} 
#tpweb { 
  position: absolute;
  top: 523px;
  left: 350px; 
  border: 0px white solid; 
  font-size: 10px; 
  font-weight: bold; 
  color: white; 
	text-decoration: none;
  margin: 0px auto;
}



