@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../images/bacgroundmedia.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#696969;
}


#wrapper {
	position:relative;
	width:800px;
	height:1000px;
	margin:0px auto 0px auto;
}
#donate{width:200px;
	height:200px;
	position:absolute;
	right:600px;
	top:100px;
}
	
#ineedchange {
	text-align:center;
}
	

