Du skal adskille body og td - det er dér fejlen ligger...
Altså:
BODY {
background: center;
color: Black;
font-family: Arial, sans-serif; font-size: 14px;
text-align: center;
background-color: transparent;
font-style: normal;
font-variant: normal;
font-weight: bold;
height: auto;
background-image: url(../grafix/sglogo.jpg);
background-position: top right;
background-repeat: no-repeat;
background-attachment: fixed;
}
td {
color: Black;
font-family: Arial, sans-serif; font-size: 14px;
text-align: center;
background-color: transparent;
font-style: normal;
font-variant: normal;
font-weight: bold;
height: auto;
}
Ellers vil den jo automatisk sætte billedet ind i td...!!