body{
  margin: 0px;
  font-family: Verdana;
  text-align: center;
  color: #FFF;
  background-color: #1F1409;
}
img {
  border: 0px;
}
a{
  color: #FFF;
}
.t{
  width: 760px;
  margin:auto;
}
.top div{
  float: left;
  margin: 0px;
  padding: 0px;
}
.top .button{
  width: 462px;
  float: left;
}
.top .msg{
  width: 254px;
  height: 80px;
  font-size: 10px;
  background-image: url('img/top-03.jpg');
  text-align: justify;
  color: #000;
}
.epizod{
  width: 760px;
  background-image: url('img/gfx-08.jpg');
  margin: auto;
}
.epizod .title{
  width: 760px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  font-weight: bolder;
  background-image: url('img/gfx-06.jpg');
  margin: auto;
}
.epizod .desc{
  width: 660px;
  font-size: 13px;
  background-color: #301B06;
  font-weight: bolder;
  margin: auto;
  padding: 10px;
}
.epizod .f{
  width: 680px;
  height: 380px;
  margin: auto;
  text-align: center;
}
.epizod .f .d{
  width: 510px;
  float: left;
}
.epizod .f .m{
  width: 170px;
  float: left;
}
.epizod .f .m div{
  margin-bottom: 5px;
}
.pole{
  width: 760px;
  font-size: 11px;
  font-weight: bolder;
  background-color: #7C0A0A;
  margin: auto;
  text-align: center;
}
.lista {
  margin: auto;
  width:700px;
}

.lista div{
  width: 30px;
  height: 30px;
  margin: 5px;
  text-align: center;
  font-weight: bolder;
  font-size: 18px;
  background-color: #301B06;
  border: 2px solid #FFFF05;
  line-height: 30px;
  float: left;
  color: #815C33;
}
.lista a{
  color: #FFF;
  text-decoration: none;
}
.lista div:hover{
  background-color: #4C2F0F;
}
.foto{
  width: 740px;
  margin: auto;
  font-weight: bolder;
  font-size: 14px;
}
.foto div{
  	width: 175px;
	height: 175px;
  	margin: 5px;
  	float: left;
  	text-align: center;
}
.foto img{border: 5px solid #600909;}
.foto img:hover{border: 5px solid #FFFF05;}
.more_link{font-size: 46px; margin: 20px 0;}
