﻿html{
	height: 100%;
	width:100%;
}
body {
	height: 100%;
	width:100%;
	background: white url('../../Logos/g10logo.png') no-repeat center center;
	overflow:hidden;
	margin: 0;
	padding: 0;
	min-height: 550px;
	min-width :900px;
	z-index:1;
}
#parentId
{
	height: 100%;
	width: 100%;
	overflow:hidden;
	margin: 0;
	background-color:white;
	display: block;
	opacity: 0.1;
	filter: alpha(opacity=90);
	moz-opacity: 0.9;
	z-index:10
	}
#logo
{
	src: url('Logos/g10icon.png') 
	}
#loadingmmx 
{
	background: white url('../../Logos/g10logo.png') no-repeat center center;
	display: block;
	position:absolute; 
	top:0px; 
	width:100%;
	left: 0px;
	height: 100%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	moz-opacity:0.9;
	z-index:90
}
#loadingearth 
{
	background: white url('../../Logos/loading_earth.gif') no-repeat center  150px;
	display: block;
	position:absolute; 
	top:0; 
	width:100%;
	left: 0;
	height: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	moz-opacity:0.7;
	z-index:100
} 
#loadinginfo
{
	background: white;
	display: block;
	position:absolute; 
	top:95%; 
	width:40%;
	left: 30%;
	height: 25px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	moz-opacity:0.7;
	z-index:150
}
#imagem
{
	src: url('../../Logos/g10icon.png'); 
	position:relative;
	top:3px;
	left:3px;
	visibility: hidden;
}
#titulo
{
	position:relative;
	top:3px;
	left:250px;
	visibility:visible;
	}
#logo
{
	position:relative;
	top:3px;
	left:3px;
	visibility: hidden;
}