have you made any changes to default.asp?
If you do a "view source" of your default page you'll see this:
<td bgcolor="whitesmoke" valign="top">
it's supposed to look like this:
<td bgcolor="whitesmoke" align=center valign=top>
the " and > are what is causing the problem. You could try re-uploading a fresh copy of default.asp