@CHARSET "ISO-8859-1";
body {
   margin          : 0;
   padding         : 0;
   background-color: rgb(100, 80, 60);
}
#content {
   position         : relative;
   padding          : 24px;
   margin-top       : 24px;
   margin-left      : auto;
   margin-right     : auto;
   width            : 850px;
   background-repeat: repeat;
   background-image : url(sponge.gif);
}