      @font-face {                        font-family: 'u';                        src: url('fnts/u.eot');       }      @font-face {                        font-family: 'u';                        src: url('fnts/u.woff') format('woff'),                        url('fnts/u.svg#u') format('svg');       }

html,body{ margin:0; padding:0; height:100%; width:100%;font-family: "u", sans-serif ;}

.text{
font-family: "u", sans-serif ;
margin: 0 auto;
padding: 40px;
	
}
#full-screen {
  z-index: -996;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
#full-screen-2 {
  z-index: -997;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
	opacity: .27;
}
.vid{
	z-index:-999;
	width: 90%;
	height: 90%;
	top: 12%;
	left: 0%;
	position: fixed;
}
#ninetynine{
	display:block;

	width: 88px;
	height: 88px;
	top: 22%;
	left: 63%;
	position: fixed;
	opacity: .4;
    background: url("99.png") no-repeat scroll 0px 0px transparent;
    overflow: hidden;
    float: left;
    vertical-align: top;
}
#ninetynine:hover {
    background-position: -88px 0px;

}
#fblike{
	display:block;

	width: 148px;
	height: 58px;
	top: 35%;
	left: 62.9%;
	position: fixed;
	opacity: .4;
    float: left;
    vertical-align: top;
}


#full-screen-3 {
  z-index: -1000;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
#full-screen-4 {
  z-index: -1001;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
background: black;
}