body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #e5e5e5;
	font-size: 11px;
	text-align: center;
	background-color: #e5e5e5; 
	margin: 0; padding: 0;
}
a { color: #a5a5a6; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }
#main {
  margin: 0 auto;
  position: relative;
  text-align: center; 
  background-image: url('images/rozcesti-bg.jpg') ;
  width: 890px;
  height: 832px;
  padding: 0 5px;
  border: thin navy;
}
#main ul {
  position: absolute;
  top: 340px;
  left: 82px;
}
#main ul li {
  display: block;
  float: left;
  width: 142px;
  margin-right: 20px;
  text-align: left;
}
#main ul li img {
  border: 6px solid #ffffff;
  margin-bottom: 5px;
  display: block;
}

