diff --git a/Identity/Webenv/Css/base.css b/Identity/Webenv/Css/base.css
index 62f035b..3a12d80 100755
--- a/Identity/Webenv/Css/base.css
+++ b/Identity/Webenv/Css/base.css
@@ -1,25 +1,20 @@
 /* CSS
  *
- * Webenv/base.css --  This file provides the base visual style
- * definitions to CentOS web environment. Definition in this file are
- * common for all applications inside CentOS web environment. This
- * definitions apply to html tags without options like classes, ids,
- * etc, just the base defintion for clean html tags.
- *
- * Specific CSS definitions, like those used in specific web
- * applications, are declared using the HTML link element in the head
- * section of the specific web application who needs it. Specific CSS
- * definitions extend CentOS webenv CSS definitions.  
+ * base.css --  This file provides the base visual style definition of
+ * CentOS Web Environment (Webenv).
+ * 
+ * The base visual style definition is used to reset the browser
+ * default visual style and set The CentOS Web Environment default
+ * visual style. It sets default values to tags like `html', `body',
+ * as well as those controlling links, tables, paragrphs, headings,
+ * lists, forms and quotation.
  *
- * Specific CSS definitions can overlap CentOS base CSS definitions.
- * This way specific web applications retain their own visual style
- * under CentOS web environment. Changing this may be not very
- * convenient since different web applications have different html/css
- * definitions. The best way I can see, is retain their own
- * definitions and update them, in their own, to fit CentOS visual
- * style.
+ * The CentOS Web Environment is a standard proposition specially
+ * conceived to achieve one unique visual style and easy navegation
+ * through all different web applications The CentOS Project uses to
+ * show its existence in the World Wide Web medium.
  *
- * Copyright (C) 2009-2010 Alain Reguera Delgado
+ * Copyright (C) 2009-2011 Alain Reguera Delgado
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -35,7 +30,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA.
- *
  * ----------------------------------------------------------------------
  * $Id$
  * ----------------------------------------------------------------------
@@ -55,7 +49,7 @@
 
 html {
     background-color: #FFF;
-    background-image: url(/home/centos/artwork/trunk/Identity/Images/Webenv/html-bg.png);
+    background-image: url("/home/centos/artwork/trunk/Identity/Images/Webenv/html-bg.png");
     }
 
 /* Define body
@@ -72,12 +66,6 @@ body {
     /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */
     }
 
-/* Main Blocks
------------------------------------------------*/
-
-/* Logo
------------------------------------------------*/
-
 /* Links 
 -----------------------------------------------*/
 
@@ -421,4 +409,3 @@ fieldset legend {
     font-weight: bold;
     color: #AAA;
     }
-