diff --git a/www/composite.html b/www/composite.html
index 3fb25a3..dbc069a 100644
--- a/www/composite.html
+++ b/www/composite.html
@@ -1,14 +1,14 @@
-

-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"

-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

-<head>

-  <meta http-equiv="Content-Type" value="application/xhtml+xml" />

-  <meta name="verify-v1" content="g222frIIxcQTrvDR3NBRUSKP3AnMNoqxOkIniCEkV7U=" />

-  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf" />

-  <style type="text/css" media="screen,projection"><!--

-    @import url("../www/magick.css");

-  --></style>

+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+  <meta http-equiv="Content-Type" value="application/xhtml+xml" />
+  <meta name="verify-v1" content="g222frIIxcQTrvDR3NBRUSKP3AnMNoqxOkIniCEkV7U=" />
+  <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf" />
+  <style type="text/css" media="screen,projection"><!--
+    @import url("../www/magick.css");
+  --></style>
   <link rel="shortcut icon" href="../images/wand.ico"  type="images/vnd.microsoft.icon"/>
   <title>ImageMagick: Command-line Tools: Composite</title>
   <meta http-equiv="Content-Language" content="en-US"/>
@@ -25,30 +25,30 @@
   <meta name="Resource-type" content="document"/>
   <meta name="Copyright" content="Copyright (c) 1999-2010 ImageMagick Studio LLC"/>
   <meta name="Distribution" content="Global"/>
-</head>

-

-<body id="www-imagemagick-org">

-<div class="titlebar">

-<a href="../index.html">

-  <img src="../images/script.png" alt="[ImageMagick]"

-  style="width: 350px; height: 60px; margin: 28px auto; float: left;" /></a>

-<a href="http://www.networkredux.com">

-  <img src="../images/networkredux.png" alt="[sponsor]"

-  style="margin: 45px auto; border: 0px; float: left;" /></a>

-<a href="http://www.imagemagick.org/discourse-server/">

-  <img src="../images/logo.jpg" alt=""

-  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>

-<a href="../index.html">

-  <img src="../images/sprite.jpg" alt=""

-  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>

-</div>

-

-<div class="eastbar">

-

+</head>
+
+<body id="www-imagemagick-org">
+<div class="titlebar">
+<a href="../index.html">
+  <img src="../images/script.png" alt="[ImageMagick]"
+  style="width: 350px; height: 60px; margin: 28px auto; float: left;" /></a>
+<a href="http://www.networkredux.com">
+  <img src="../images/networkredux.png" alt="[sponsor]"
+  style="margin: 45px auto; border: 0px; float: left;" /></a>
+<a href="http://www.imagemagick.org/discourse-server/">
+  <img src="../images/logo.jpg" alt=""
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
+<a href="../index.html">
+  <img src="../images/sprite.jpg" alt=""
+  style="width: 114px; height: 118px; border: 0px; float: right;" /></a>
+</div>
+
+<div class="eastbar">
+
 <div class="menu">
   <a href="../index.html">About ImageMagick</a>
 </div>
-<div class="sep"></div>

+<div class="sep"></div>
 <div class="menu">
   <a href="../www/command-line-tools.html">Command-line Tools</a>
 </div>
@@ -79,7 +79,7 @@
 <div class="menu">
   <a href="../www/architecture.html">Architecture</a>
 </div>
-<div class="sep"></div>

+<div class="sep"></div>
 <div  class="menu">
    <a href="../www/install-source.html">Install from Source</a>
 </div>
@@ -104,27 +104,30 @@
 <div class="menu">
   <a href="../www/resources.html">Resources</a>
 </div>
-<div class="sep"></div>

+<div class="sep"></div>
 <div class="menu">
   <a href="../www/download.html">Download</a>
 </div>
-<div class="sep"></div>

+<div class="sep"></div>
 <div class="menu">
   <a href="http://www.imagemagick.org/script/search.php">Search</a>
 </div>
-<div class="sep"></div>

+<div class="sep"></div>
 <div class="menu">
   <a href="../www/sitemap.html">Site Map</a>
 </div>
 <div  class="sub">
     <a href="../www/links.html">Links</a>
 </div>
-<div class="sep"></div>

+<div class="sep"></div>
 <div  class="menu">
   <a href="../www/sponsors.html">Sponsors:</a>
 
 <div class="sponsbox">
 <div  class="sponsor">
+   <a href="http://www.abi-stoff.de/abizeitung/" title="Abibuch">Abizeitung</a><!-- 20101101000200 -->
+</div>
+<div  class="sponsor">
   <a href="http://www.deko.net">Deko.net</a><!-- 201101010600 Peterssen-->
 </div>
 <div  class="sponsor">
@@ -147,12 +150,12 @@
 </div>
 </div>
 </div>
-

-

-</div>

-

-<div class="main">

-

+
+
+</div>
+
+<div class="main">
+
 <p class="navigation-index">[<a href="#usage">Example Usage</a> &bull; <a href="#options">Option Summary</a>]</p>
 
 <p>Use the <kbd>composite</kbd> program to overlap one image over another.  See <a href="../www/command-line-processing.html">Command Line Processing</a> for advice on how to structure your <kbd>composite</kbd> command or see below for example usages of the command.</p>
@@ -593,21 +596,21 @@
 
   </tbody>
 </table>
-

-</div>

-

-<div id="linkbar">

- <!--    <span id="linkbar-west">&nbsp;</span>  -->

-    <span id="linkbar-center">

-      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull;

-    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>

-    </span>

-    <span id="linkbar-east">&nbsp;</span>

-  </div>

-  <div class="footer">

-    <span id="footer-west">&copy; 1999-2010 ImageMagick Studio LLC</span>

-    <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>

-  </div>

-  <div style="clear: both; margin: 0; width: 100%; "></div>

-</body>

-</html>

+
+</div>
+
+<div id="linkbar">
+ <!--    <span id="linkbar-west">&nbsp;</span>  -->
+    <span id="linkbar-center">
+      <a href="http://www.imagemagick.org/discourse-server/">Discourse Server</a> &bull;
+    <a href="http://studio.webbyland.com/ImageMagick/MagickStudio/scripts/MagickStudio.cgi">Studio</a>
+    </span>
+    <span id="linkbar-east">&nbsp;</span>
+  </div>
+  <div class="footer">
+    <span id="footer-west">&copy; 1999-2010 ImageMagick Studio LLC</span>
+    <span id="footer-east"> <a href="http://www.imagemagick.org/script/contact.php">Contact the Wizards</a></span>
+  </div>
+  <div style="clear: both; margin: 0; width: 100%; "></div>
+</body>
+</html>