/* 
    Document   : common
    Created on : 25-nov-2009, 17.29.07
    Author     : andrea
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    background-image:url("files/fondo.jpg");
    background-repeat:repeat-x;
}


