html { 
	height:100%;
}
body { 
	background:#000; 
	margin:0; 
	padding:0; 
	height:100%!important; 
	min-height:1000px; 
	min-width:980px;
}
object { 
	vertical-align:top; 
	min-height:1000px; 
	outline:none;
}
div {
	height:100%;
}