
#videoLayer {
	position:fixed;
	width:300px;
	height:300px;
	z-index:1;
	bottom: -15px;
	Right: 30px;
}
div#fixme-bottom {
position: fixed; 
bottom:-15px; 
Right: 30px;
z-index: 33;
}
@media screen{
* html, 
* html body { 
height: 100%;
margin: 0;
padding: 0; 
}
* html #iefix { 
height: 100%;
overflow-y: scroll;
padding: 2px 0;
position: relative;
}

* html div#fixme-bottom, 
 {
position: absolute;
}
}