Hi,
Yeah, sorry to say theres lots of mistakes. I tried to validate the source code in my editor but it couldn't process it, there was unexpected table tags, etc etc.
Your css code also has some errors
<STYLE TYPE-"type/css">
<!--
BODY {margin: 0px}
BODY {
background: url(bg.gif);
background-repeat: repeat;
background-attachment: fixed;
}
BODY {background-color: #FFFFFF; text-color: black}
H1 {font-size: 24pt; font-family: arial; color: black}
H2 {font-size: 18pt; font-family: arial; color: black}
H3 {font size:14pt; font-family: arial; color: black}
P {font size:12pt; font-family: arial; color: black}
-->
</STYLE>
change to:
<STYLE TYPE="type/css">
<!--
BODY {
background: url(bg.gif) #ffffff;
background-repeat: repeat;
background-attachment: fixed;
color: #000000;
}
H1 {font-size: 24pt; font-family: arial; color: black}
H2 {font-size: 18pt; font-family: arial; color: black}
H3 {font size:14pt; font-family: arial; color: black}
P {font size:12pt; font-family: arial; color: black}
-->
</STYLE>
1.check the CSS syntax!
2.You should specify more than just arial.
3.for your body margin its probably best that you include this in your body tag,
<body topmargin=0 leftmargin=0 marginheight="0" marginwidth="0">
4.Try cleaning up the code a bit, add summary="" to the table tags, add alt="" to the image tags, check that all your table tr td tags etc match up.
5.!!You have two TITLE tags in the head!
6. you have <p> in a TR tag, not allowed.
7.you have align="top", should be VALIGN
We can check it again then if it doesnt work.
I'll try to check the tables code after if I get time, if u want.
Hope that helps, sorry if it seemed harsh!

)
É
<!--#include file="profound quotation" -->