.QOverlay{
	background-color: #000000;
	z-index: 99999;
	width:auto;
	min-width:1200px;
	height:auto;
	min-height:5000px;
	background-image:url(loading42.gif);
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 50% 300px;
position:absolute;
}

.omranlogo{
width:270px;
height:232px;
background-image:url(omranlogo.gif);
background-repeat:no-repeat;
margin-top:70px;
margin-right:40%;
float:right;

}



#dropinboxv2cover{
width: 520px; /*change width to desired */
height: 375px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
margin-left:150px;
}

#dropinboxv2{
width: 500px; /*change width to above width-20. */
height: 355px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 1px solid black; /*Customize box appearance*/
background-color: lightyellow;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
background-image:url(ADS.gif);
}

