@charset "utf-8";
/* CSS Document */ 

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}

/******** End CSS Reset *******/

body{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
background-color: black;}
	
.wrapper{
background-image: url(logo1.png);
width:1200px;
height: 475px;
margin-top: 25px;
margin-left:auto;
margin-right:auto;
padding:2px;

}	

.main h1{
color: white;
margin-top: 10px;	

}

.donate a{
color: white;
margin: 10px 100px 50px 225px;
font-size: 150%;}




	
.donate2 a{
color: white;
padding-top: 20px;
margin-top: 20px;
margin-right: 100px;
margin-bottom: 30px;
margin-left: 225px;
line-height: 2.5;


font-size: 150%;
	
}





