Here is my page and how I want it to look on my ebay description, exactly like this: http://www.chcompsol.com/eargasm/17x7.5UrbanRacingT94x.html But it is coming up as white in the background on the description of my item, the background is white. The background on the actual ebay preview page is black though... I think the problem I am having is the way I am declaring my background to be black. I am doing it like this inside my css file: body { text-align: center; margin: 0px; padding: 0px; min-width:635px;/* stop mozilla sliding off the edge */ font-family:Arial, Verdana, sans-serif; font-size:0.8em; color:#000; background-color:#000000; } So that is inside the body tag. How can i fix this problem I am having so the ebay page stays unchanged, and my background is black, not white in my description. Thanks for any help guys