/***************************************************************************
 *                               style.css
 *                          ----------------------
 *   Copyright            : ('C) 2010 Caccia Carlo
 *   email                : info@x-privat.org
 *
 *	 The CSS, XHTML and design is released under GPL:
 *	 http://www.opensource.org/licenses/gpl-license.php
 *
 ***************************************************************************/
 
body {
    background-image: url("images/globe.jpg");
    background-repeat:no-repeat;
    background-position: center center;
    background-attachment:fixed;
}

