body {
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  font-size: 12px;
  color: #6C5B4A;
  background-color: #4D0100;
  background-image:url(images/bg.jpg);
  background-repeat: repeat-x;
  background-position: top center;
} 

.buttons {
  font-family: times new roman;
  font-size: 15px;
  font-weight: bold;
}

.stopka {
  font-family: arial;
  font-size: 10px;
  text-align: center;
  color: #EEE7A9;
  margin-top: 5px;
}

#TRESC {
	width: 516px;
	height: 330px;
	overflow-x: hidden;
    overflow-y: auto;
	margin  : 0px;
    border  : none;
    padding : 0px;
	background-color: #FBECBA;

}

#TRESCINFO {
	width: 750px;
	height: 330px;
	overflow-x: hidden;
    overflow-y: auto;
	margin  : 0px;
    border  : none;
    padding : 0px;
	background-color: #FBECBA;

}
