yeah there is a few bugs on it make it 100% html complaint too... close the break and also make it lower case break too
example
Code:
<div align="center"><span class="smallfont">Please enter your donstion amount above,<br>and then click on the donate button below.</span></div>
should be
Code:
<div align="center"><span class="smallfont">Please enter your donstion amount above,<br />and then click on the donate button below.</span></div>