Congrats! And I agree with what has been said about the contact the subscriber. Put up a form where they can contact you. Make it or a link to it in a place where the visitors will notice it!
As for some suggestions:
I have a larger resolution screen and your D'sPalaceContest image doesn't show up like I would think you'd want it. Right now its showing up next to the menu and the menu is at the bottom of the page.
A quick change to the line:
Code:
<p align="center"><a href="Members/members.html"><img src="MembersArea.jpg" width="123" height="26" border="0" longdesc="members.html" /></a><a href="AboutMe.html"><img src="About Me.jpg" width="123" height="26" border="0" longdesc="AboutMe.html" /></a><a href="PhotoPreview.html"><img src="MyPhotos.jpg" width="123" height="26" border="0" /></a><a href="VideoPreview.html"><img src="MyVideos.jpg" width="123" height="26" border="0" /></a><a href="BONUS.html"><img src="Bonus.jpg" width="123" height="26" border="0" /></a><a href="http://www.dejasplace.com/ccbill/index.htm"><img src="JoinToday.jpg" width="123" height="26" border="0" longdesc="http://www.ccbill.com/" /></a><img src="D'sPlaceContest.jpg" width="735" height="817" border="0" usemap="#Map" />
Add:
In front of:
Code:
<img src="D'sPlaceContest.jpg" width="735" height="817" border="0" usemap="#Map" />
So it looks like:
Code:
<p align="center"><a href="Members/members.html"><img src="MembersArea.jpg" width="123" height="26" border="0" longdesc="members.html" /></a><a href="AboutMe.html"><img src="About Me.jpg" width="123" height="26" border="0" longdesc="AboutMe.html" /></a><a href="PhotoPreview.html"><img src="MyPhotos.jpg" width="123" height="26" border="0" /></a><a href="VideoPreview.html"><img src="MyVideos.jpg" width="123" height="26" border="0" /></a><a href="BONUS.html"><img src="Bonus.jpg" width="123" height="26" border="0" /></a><a href="http://www.dejasplace.com/ccbill/index.htm"><img src="JoinToday.jpg" width="123" height="26" border="0" longdesc="http://www.ccbill.com/" /></a></br><img src="D'sPlaceContest.jpg" width="735" height="817" border="0" usemap="#Map" />
That will bring the image back down and centred.
2nd Suggestion:
Put all that intro stuff on the page itself. Yes, it looks better to be in the image, but the SE can't index it and thus the message gets lost. I looks just like a blank page to a spider right now.
Anyways, good luck
EDIT:
Actually now that I look at it, all if not most of your text is in images. I'd try to get the text on the page and put the images in the back ground. Again for the same reason as above.