You're going to have to be more specific. here's the best I'lll do: CSS: //global.css body { text-align: center; /* for IE */ margin: 0 auto; /* for the rest */ } .text { font-family: Arial, Verdana, Geneva, sans-serif; color: #FFFFFF; font-size: 14px; } .main { background-image: url(../images/mainrpt.gif); background-repeat: repeat-y; padding: 0px; margin: 0px; } Code (markup): XML //sitemap.xml <?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.google.com/schemas/sitemap/0.84"> <url><loc>http://www.dollarhauler.com/inside/cashout.php</loc><lastmod>2009-04-14</lastmod><changefreq>weekly</changefreq><priority>0.5</priority></url> <url><loc>http://www.dollarhauler.com/inside/shop.php</loc><lastmod>2009-04-14</lastmod><changefreq>weekly</changefreq><priority>0.5</priority></url> <url><loc>http://www.dollarhauler.com/inside/referrals.php</loc><lastmod>2009-04-14</lastmod><changefreq>weekly</changefreq><priority>0.5</priority></url></urlset> Code (markup): Was there something you needed?