html{ height:100%; }

table{ height:100%; }

body{ margin:0px; height:100%; background: #000}

iframe { border: none 1px; width: 0px; height: 0px; }

.full{width:100%;height:100%;}
.partial{width:1px;height:1px;}

div.downloader { width: 500px; height: 500px; overflow: hidden; }
#downloader { 
	position: absolute; 
	left:50%; 
	top:50%; 
	margin-left:-500px; /*half of width*/
	margin-top:-362px; /*half of height*/
	z-index: -10; 
	overflow: hidden; 
	}

#dart { display: none; }
	