#donatepagewrapper{
	position:relative;
	margin:0;
	padding:0;
	height:100vh;
	width:100%;
}


/*------speechbox----------*/


#speechboxtop{
	position:absolute;
	width:1101px;
	height:117px;
	margin:70px 0 0 2%;
	z-index:3;
	background-color: rgba(0,0,0,0.0);
}


#dontopspeechbox{
	position:absolute;
	display:none;
}


#speechboxtop p{
	position:absolute;
	width:1000px;
	font-family:courier new, courier, monospace, arial;
	left:60px;
	z-index:10;
	display:none;
}

#speechboxtop a{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}



/*------donatecontent-----*/


#donatecontentwrapper{
	position:absolute;
	width:655px;
	height:500px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	background-color: rgba(0,0,0,0.0);
	
}


#paypalbutton{
	position:absolute;
	margin:180px 0 0 235px;
	z-index:7;
	display:none;	
}


#hands{
	position:absolute;
	bottom:0px;
	z-index:1;
	opacity:0.4;
	display:none;
}


