/* CSS Document */
body {
background:#EEFDC6;
}

div#charity {
width:1000px;
text-align:center;
margin:auto;
background:#EEFDC6;
}


div#charity img {
border:1px solid black;
margin:0 10px;

}

span#willdonate {
float:left;
margin-left:280px;
padding-bottom:5px;
color:#009900;
font-size:11px;

}


span#not {
float:left;
color:#999999;
font-size:9px;
text-align:center;
margin-left:320px;
}
