The reason elements on the front page of your website aren't positioning themselves the way you want them to is because of bad coding. Rather than aligning elements to the center, you have instead aligned elements to the left and used non-breaking spaces ([tt] [/tt]) to move elements closer to the center. You have properly centered elements on other pages (using the [tt] align="center"[/tt] attribute).
FrontPage 2000 is rather old, and has a tendency to create poorly-coded web pages that render best only in Internet Explorer. For such a simple website, you would not be disadvantaged in using a more standards-complient HTML editor such as that provided in Mozilla 1.7.5.
As side notes, the "Home" link on the front page does not work since it is erroneously linked to a document named "index.html.htm." You call upon fonts such as "Bradley Hand ITC" that are not common, and would obviously not appear on a computer that does not have the font installed. You also attempt to play a sound on the front page by using the code [tt]<bgsound src="Robotz%20Windows%20Exit.wav" loop="3">[/tt]; this is a bad idea as [tt]<bgsound>[/tt] only works in Internet Explorer while other tags such as [tt]<embed>[/tt] work in both Internet Explorer and Netscape, Mozilla, and Firefox. (
Links to more information on embedding sound).) Finally, I would suggest giving the page a title more descriptive than "BEEFIN."
(And only post your thread once, not three times!)
UserAgent: Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0