body {
  width: 760px;
  margin: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  margin-top: 2em;
  background: #222222;
  width: 760px;
  color: #FFFFFF;
}
a img {
  border: 0;
}
a:link {
  color: #0A244E;
  text-decoration: none;
}
a:hover {
  color: #1D3D71;
  text-decoration: none;
}
.video {
  border: 1px solid #555555;
  padding: 20px;
  width: 720px;
  text-align: left;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  margin-bottom: 0.5em;
  min-height: 270px;
  background: #333333;
}
.oddzielne object {
  float: none;
}
.videoInfo {
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  color: #CCCCCC;
  margin-top: -0.8em;
}

/* dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	display:block;
	float: left;
  margin-right: 1.5em;
	width: 320px;
	height: 268px;
	border:0px;		
}

/* play button on top of splash screenn */
div.playButton {
	background:url(img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top: 110px;
	left: 130px;	
	opacity:0.9;
}

/* play button upon mouseover */
div.playButton:hover {
	opacity:1.0;
}
