/**
 * // $Id$
 *
 * @name Theme Loading CSS
 * @package WirelessEnergy Display
 * @subpackage LeSense DARP Core
 * @author Jose Garcia <jjgarcia a.t logic-energy c.om>
 * @copyright Copyright (c) 2007-2009, Logic Energy Ltd. http://www.logic-energy.com
 * @version 1.8.9 090902 $Revision$
 *
 * CHANGELOG
 *
 */

body
{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	background-color:#DEEFEF;
	width:100%;
    height:100%;
}
div#Wrapper {
    height:100%; /*fill the body*/
    text-align: center; /*H-centering in early IE versions*/
}

div#Loading {
    width: auto;
    height: auto;
    position: relative; /*allows for top property to move the element*/
    top: 50%; /*moves it 50% of #container's height down the page*/
    margin-top: -24px; /*pulls it back up by half of innerHTML's height*/
    margin-left: auto;
    margin-right: auto; /*H-centering in complaint browsers*/
}
