html {
    height: 100%;
    overflow: hidden;
    color: #999;
}
h1,h2,h3{
	font-family: Verdana;
}
body {
    background: url(bg_bw.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}
div#outer {
    display: table;
    height: 100%;
    width: 100%;
}
div#container {
	display: table-cell;
  text-align: center;
  vertical-align: top; //middle;
  padding-top: 50px;
}

#foto img{
 margin:auto;
 width: 510px;
 text-align: center;
 //cursor:pointer;
}

#ukaz-video img:over{
  cursor: pointer;
}

#download, #play{
  font-size: 0.7em;
  color: #666;
  cursor: pointer;
  //width: 640px;
  margin: auto;
}