/* CSS Document */
#prodlouz{
	position: relative;
	width: 620px;
	height : 250px;
	left: 200px;
	top: 1600px;
background: rgb(102,102,102);
}
#prodlouz2{
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
	position: absolute;
	width: 580px;
	height: 250px;
	left: 220px;
	top: 1600px;
  background: black
}
#dolni2 {
  position: absolute;
  left:690px;
  top: 1600px;
  width:140px;
}
#dolni2 a {
  color:white;
}
