#header{
	width: 100%;
	height: 90px;
	max-height:90px;
	min-height:90px;
	margin: 0;
	padding: 0;
	background-color:#000;   
}
#header .banner{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	background: url(banner.jpg) no-repeat center top;
	background-color:#000;
}
#video{
	margin: 0;
	padding: 0;
	width:100%;
	position:absolute;
	top:90px;
	bottom:0px;
	background-color:#000; 
}
body{
	position:relative;
}
#player {
	margin: 0;
	padding: 0;
}
#relatedVideos{	}  
#relatedVideos ul{
    list-style:none;
}
#relatedVideos ul li{
    display:inline-block;
}                       
*{margin:0;padding:0;}      
body,html{
		background-color: transparent;
	    color: #FFFFFF;
	    font: 12px Arial,sans-serif;
	    height: 100%;
	    overflow: hidden;
	    position: absolute;
	    width: 100%;
	}
	.mejs-poster.mejs-layer img {
    max-height: 100%;
    width: auto;
    display: inline;
    }
    
    .mejs-poster.mejs-layer{
        text-align: center;
    }